]> git.ipfire.org Git - thirdparty/dracut.git/commit - test/TEST-40-NBD/test.sh
NBD root: add support for LVM/LUKS
authorDavid Dillow <dave@thedillows.org>
Thu, 11 Jun 2009 05:36:10 +0000 (01:36 -0400)
committerDavid Dillow <dave@thedillows.org>
Thu, 11 Jun 2009 05:47:11 +0000 (01:47 -0400)
commit8bd5873ffc7e61064c32fc7c5654c5e36a2d6d42
tree7e8e9d0b71757b97686c431fa0e63ddb6ea0b1e6
parentaec48753c29237e8cae40140e0b7bb003c7f9048
NBD root: add support for LVM/LUKS

With this change, we can now use LUKS and LVM over NBD. There are
some decisions to be made regarding where we should get the fstype
and fsoptions from (DHCP root vs rootfstype= etc), but the basic
functionality is there.
modules.d/95nbd/nbdroot
test/TEST-40-NBD/client-init
test/TEST-40-NBD/create-root.sh [new file with mode: 0755]
test/TEST-40-NBD/cryptroot-ask [new file with mode: 0755]
test/TEST-40-NBD/dhcpd.conf
test/TEST-40-NBD/server-init
test/TEST-40-NBD/test.sh