This commit complements blivet's
c35aafe4b27318faee52b5a0ea44ca9a6fd4a1ec because RHEL7 doesn't support
working with HFS+ partitions.
The HW boots just fine with VFAT EFI system partition. The downside of
using VFAT is that there aren't pretty menus, but I prefer no menus but
working system over non-working system each time.
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/101
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
spice-vdagent, part of the thing that makes copy/paste work between a host and a virt guest, is missing libraries in rawhide. It isn't as noticeable when spice-vdagent breaks as it is, say, when dhclient breaks, so it's probably been broken for a little while. I would like changes like this to be less of a surprise.
I don't have any strong opinions about whether verify should be on or off by default as long as the jenkins job runs with it on.
--
To view this pull request on github, visit https://github.com/rhinstaller/lorax/pull/33
The default tagger doesn't add Related/Resolves lines to the changelog,
resulting in builds that have to be fixed up manually.
The output from this code still needs to be edited to remove the '-'
prefix from the Related/Resolves lines because tito appends them to
every line of output from the Tagger. But this is better than having to
add them manually.
--
To view this pull request on github, visit https://github.com/rhinstaller/lorax/pull/31
In order for selinux to properly label the system it needs to see that
the config file exists.
Also remove the old code trying to copy in a selinux config file, it
never worked -- the removepkg would remove it.
--
To view this pull request on github, visit https://github.com/rhinstaller/lorax/pull/32