diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2012-05-29 17:00:30 +0800 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-05-29 11:18:51 +0200 |
commit | c438bdb0d2adf1a53fa75d8256715fb075f2a9c3 (patch) | |
tree | 72814e75d9f14ec863224442fc377c7ebdc209de /dracut.cmdline.7.asc | |
parent | 144787fe30391973011a58ac9145d41142a33603 (diff) | |
download | dracut-c438bdb0d2adf1a53fa75d8256715fb075f2a9c3.tar.gz dracut-c438bdb0d2adf1a53fa75d8256715fb075f2a9c3.tar.bz2 dracut-c438bdb0d2adf1a53fa75d8256715fb075f2a9c3.zip |
Add doc for bond= cmdline
Document bond= cmdline in dracut.cmdline(7).
Cc: Harald Hoyer <harald@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Diffstat (limited to 'dracut.cmdline.7.asc')
-rw-r--r-- | dracut.cmdline.7.asc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc index 95c6aeac..79a4577b 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=_<bondname>_[:_<bondslaves>_:[:_<options>_]]**:: + Setup bonding device <bondname> on top of <bondslaves>. + <bondslaves> is a comma-separated list of physical (ethernet) interfaces. + <options> is a comma-separated list on bonding options (modinfo bonding for details) + in format compatible with initscripts. If <options> 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=**[_<server-ip>_:]_<root-dir>_[:_<nfs-options>_]:: |