diff options
author | Harald Hoyer <harald@redhat.com> | 2012-08-21 14:47:14 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-08-21 18:46:20 +0200 |
commit | 48dba7f9ace186871528eb4d83cd96e92e853c6c (patch) | |
tree | fc4d984e198c2614dec7aa89c1ecc4b6d94ac7b9 /dracut.cmdline.7.asc | |
parent | bdf1f472b461747d4cb9f32ae18bb2033e592970 (diff) | |
download | dracut-48dba7f9ace186871528eb4d83cd96e92e853c6c.tar.gz dracut-48dba7f9ace186871528eb4d83cd96e92e853c6c.tar.bz2 dracut-48dba7f9ace186871528eb4d83cd96e92e853c6c.zip |
network: reintroduce rd.neednet
rd.neednet is used by anaconda and the network interfaces cannot
be known in advance.
Diffstat (limited to 'dracut.cmdline.7.asc')
-rw-r--r-- | dracut.cmdline.7.asc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index 71d02ca4..c376d793 100644 --- a/dracut.cmdline.7.asc +++ b/dracut.cmdline.7.asc @@ -384,6 +384,9 @@ interface name. Better name it "bootnet" or "bluesocket". **biosdevname=0**:: boolean, turn off biosdevname network interface renaming +**rd.neednet=1**:: + boolean, bring up network even without netroot set + **vlan=_<vlanname>_:_<phydevice>_**:: Setup vlan device named <vlanname> on <phydeivce>. We support the four styles of vlan names: VLAN_PLUS_VID (vlan0005), VLAN_PLUS_VID_NO_PAD (vlan5), |