If the new format has a default label, and a label hasn't been set by
the user, use the default. This allows the ESP to be reformatted and
used without removing it and recreating it.
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/33
As dlehman advised, I
Cherry-picked master
commit d2a27294a05b0c34bb6a69d3393cda1d17ae0a7
And tested that it works.
Resolves: rhbz#1245201
--
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/188
Tested services: sshd (disable), systemd-timesyncd (enable),
systemd-networkd (disabled in config, test).
Signed-off-by: Karel Valek <kvalek(a)redhat.com>
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/199
This is the port of the early disk snapshot stuff we implemented for the Fedora 22 on the *f22-branch*. Turns out a better and reliable solution for a number of bugs these changes fixed and prevented won't be available any time soon so I'm porting this to the master branch to prevent serious regressions.
There have been some conflicts, basically all caused by the fixes for kickstart autopart missing passphrase and by changes done for the s390 stuff moved from blivet to libblockdev.
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/257
Commits that add support for creation of cached LVs plus two minor changes that make things a bit nicer. Please note that I'm intentionally leaving the changes in the last commit as a standalone commit as it needs some attention.
--
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/190
When it is an implicit partition and hasn't been assigned a disk yet
self.disk may be None, so skip checking the size against the disk when
there isn't one.
Resolves: rhbz#1248973
--
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/191
Minor update, package operations are now logged in main anaconda.log
file.
Signed-off-by: Karel Valek <kvalek(a)redhat.com>
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/214
If user specifies we should create an LV as a cached LV, we need to transform
the parameters in to a CacheRequest instance and pass it to blivet to create a
new LV as cached.
This PR requires the [blivet's PR #190] (https://github.com/rhinstaller/blivet/pull/190) to be merged first and the appropriate bump of the required version of blivet will be done before this gets pushed.
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/264