rhinstaller / fedup

Deprecated Fedora Upgrade tool
GNU General Public License v2.0
23 stars 13 forks source link

Make sure that /etc/crypttab is in the initrd if the disk is encrypted #25

Closed mscherer closed 10 years ago

mscherer commented 11 years ago

systemd-cryptsetup-generator requires /etc/crypttab in the initrd in order to generate the disk unit to mount all partitions.

See https://bugzilla.redhat.com/show_bug.cgi?id=1012899

wgwoods commented 10 years ago

Thanks for the patch, but there's a more general problem here - there's lots of things that want a config file to be pulled into the initramfs. (e.g. we need vconsole.conf to get lang/keymap right - see bug 1038413)

I'm going to close this, as it's basically just a fix for a special case of issue #16. Thank you for the patch, though!