Commit Graph

4 Commits

Author SHA1 Message Date
Jeremy Katz
c58bf1b1f2 Also rescan after each new lvm2 member appears so we can find all devs 2009-01-22 16:14:18 -05:00
Jeremy Katz
ce1d00e166 Import volume info here too (noticed by wtogami with root-on-crypt-lv) 2009-01-22 16:14:18 -05:00
Jeremy Katz
eb25ff7a27 Support root on LUKS (dm-crypt)
Support having root on LUKS with the password prompting handled by plymouth.
This requires ensuring our input is from /dev/console and also requires that
we import vol_id info about all block devices rather than ignoring dm devs
(which is what the persistent storage rules do by default)
2008-12-16 14:22:13 -05:00
Jeremy Katz
7a18688c32 Add the basics for LVM support
For LVM, we need to do activation of the volume group within the initrd.
Stick lvm tools into the initrd as well as a (basic and stupid) udev rule
to run vgchange -ay.  Ultimately we want to get a better rule for this into
udev proper
2008-12-15 14:07:55 -05:00