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>_]::