From: Cong Wang <xiyou.wangcong@xxxxxxxxx> Document bond= cmdline in dracut.cmdline(7). Cc: Harald Hoyer <harald@xxxxxxxxxx> Cc: Dave Young <dyoung@xxxxxxxxxx> Cc: Vivek Goyal <vgoyal@xxxxxxxxxx> Signed-off-by: Cong Wang <xiyou.wangcong@xxxxxxxxx> --- 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 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=_<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>_]:: -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html