From c438bdb0d2adf1a53fa75d8256715fb075f2a9c3 Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Tue, 29 May 2012 17:00:30 +0800 Subject: [PATCH] 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 --- dracut.cmdline.7.asc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index 95c6aea..79a4577 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=**[__:]__[:__]:: -- 2.7.4