]> git.ipfire.org Git - thirdparty/dracut.git/commit - test/TEST-40-NBD/test.sh
network: add support for netroot=...
authorDavid Dillow <dave@thedillows.org>
Tue, 9 Jun 2009 05:14:35 +0000 (01:14 -0400)
committerDavid Dillow <dave@thedillows.org>
Thu, 11 Jun 2009 05:47:11 +0000 (01:47 -0400)
commitaec48753c29237e8cae40140e0b7bb003c7f9048
tree88b8470e72a21e113ca3340feef94cdca0f4c8cf
parenta29f15a5b6f95aefb3a9cb7eeac3bdaa747f22d1
network: add support for netroot=...

This adds support for a command line option netroot=, which is currently
equivalent to root=. This will allow us to break out handling in NBD and
iSCSI to support constructs such as "root=LABEL=/ netroot=dhcp" to make
use of our block device handling with network attached devices.

iSCSI has not been changed in this patch as I don't currently have a way
to test it.
modules.d/40network/dhcp-fallback.sh
modules.d/40network/netroot
modules.d/95nbd/nbd-netroot.sh
modules.d/95nbd/parse-nbdroot.sh
modules.d/95nfs/nfs-netroot.sh
modules.d/95nfs/parse-nfsroot.sh
modules.d/99base/init
test/TEST-20-NFS/test.sh
test/TEST-40-NBD/test.sh