From: Cong Wang Date: Tue, 29 May 2012 09:00:30 +0000 (+0800) Subject: Add doc for bond= cmdline X-Git-Tag: 019~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c438bdb0d2adf1a53fa75d8256715fb075f2a9c3;p=thirdparty%2Fdracut.git Add doc for bond= cmdline Document bond= cmdline in dracut.cmdline(7). Cc: Harald Hoyer Cc: Dave Young Cc: Vivek Goyal Signed-off-by: Cong Wang --- diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index 95c6aeac5..79a4577bc 100644 --- a/dracut.cmdline.7.asc +++ b/dracut.cmdline.7.asc @@ -309,6 +309,15 @@ auto6::: do IPv6 autoconfiguration We support the four styles of vlan names: VLAN_PLUS_VID (vlan0005), VLAN_PLUS_VID_NO_PAD (vlan5), DEV_PLUS_VID (eth0.0005), DEV_PLUS_VID_NO_PAD (eth0.5) +**bond=__[:__:[:__]]**:: + Setup bonding device on top of . + is a comma-separated list of physical (ethernet) interfaces. + is a comma-separated list on bonding options (modinfo bonding for details) + in format compatible with initscripts. If includes multi-valued arp_ip_target option, + then its values should be separated by semicolon. + Bond without parameters assumes bond=bond0:eth0,eth1:mode=balance-rr + + NFS ~~~ **root=**[__:]__[:__]::