]> git.ipfire.org Git - thirdparty/dracut.git/commit - test/TEST-40-NBD/test.sh
Bridged network boot
authorWarren Togami <wtogami@redhat.com>
Thu, 16 Jul 2009 20:58:19 +0000 (16:58 -0400)
committerWarren Togami <wtogami@redhat.com>
Thu, 16 Jul 2009 20:58:19 +0000 (16:58 -0400)
commitbeb097d9f10db08c38a0160cb3573fb303d1d7e3
treec5f095c7b7113c985933a24965c84c26099e88e9
parent44f1ab82850b950c41b369eac265978e81e5846a
Bridged network boot

* SYNTAX
bridge=<bridgename>:<ethname>
If bridge without parameters, assume bridge=br0:eth0
* When <ethname> would be configured by network scripts, instead create a bridge named <bridgename> then add <ethname> to that bridge.
* Then $netif becomes <bridgename> instead of <ethname> and all existing scripts process netroot mount via this new $netif instead of <ethname>.
* Include a few test cases in NFS and NBD
modules.d/40network/check
modules.d/40network/ifup
modules.d/40network/install
modules.d/40network/net-genrules.sh
modules.d/40network/parse-bridge.sh [new file with mode: 0644]
modules.d/40network/write-ifcfg.sh
test/TEST-20-NFS/test.sh
test/TEST-40-NBD/test.sh