]> git.ipfire.org Git - thirdparty/dracut.git/commit - modules.d/99base/init
netroot: add common handler for network root devices
authorDavid Dillow <dave@thedillows.org>
Mon, 1 Jun 2009 04:42:43 +0000 (00:42 -0400)
committerDavid Dillow <dave@thedillows.org>
Mon, 1 Jun 2009 04:42:43 +0000 (00:42 -0400)
commit7d7efa4a3d959a5f834cd1d5e73c1e15112aa77c
tree842e14feba273650255273afa7c6f725a83080e1
parentae5bc1fd8ab2aab28b335adf456bc41c0175c4e7
netroot: add common handler for network root devices

/sbin/netroot is a jumping off point to allow various network
root devices to share infrastructure. It will loop over scriptlets
in the netroot handler, looking for a handler to run for this type
of netroot. Handlers can do choose to act based on command line
options to the kernel, or via DHCP options received on this interface.
They should massage root= into a form suitable for their handler.
dracut
modules.d/40network/60-net.rules
modules.d/40network/dhcp-fallback.sh [new file with mode: 0755]
modules.d/40network/ifup
modules.d/40network/install
modules.d/40network/netroot [new file with mode: 0755]
modules.d/99base/init