New: [rhinstaller/blivet/pulls/104 master] Include LUKSDevice information in kickstart data (#1139222)

mulkieran installerbot-noreply at redhat.com
Fri May 1 21:20:19 UTC 2015


Resolves: rhbz#1139222

Previously, if a device had a child that was a LUKS device that child was
ignored when generating ksdata. What this meant was that that device's
format, which was luks, was used in generating the kickstart data.

Now, the LUKSDevice, which contains the format that should appear in the ks
output is used. This means that the LUKS format is used to set some ks data,
but the mountpoint and so forth are overwritten with the correct values
when the format on the LUKSDevice is used to populate those values.

The --passphrase option with passphrase continues to not appear in the
output anaconda-ks.cfg file.

Signed-off-by: mulhern <amulhern at redhat.com>
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/104


More information about the anaconda-patches mailing list