Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
playground
>
dracut
> 0321-dracut.8-add-bond-and-bridge-documentation.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0321-dracut.8-add-bond-and-bridge-documentation.patch of Package dracut
From 92d595398f0d660dc9afb27a20224107af54a9e1 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Fri, 26 Jul 2013 12:15:02 +0200 Subject: [PATCH] dracut.8: add bond and bridge documentation --- dracut.8 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dracut.8 b/dracut.8 index 03f0966..200c2ab 100644 --- a/dracut.8 +++ b/dracut.8 @@ -319,6 +319,12 @@ Setup vlan device named <vlanname> on <phydeivce>. 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) .TP +.BR bridge= "<bridgename>:<ethnames>" +Setup bridge <bridgename> with <ethnames>\&. <ethnames> is a comma\-separated list of physical (ethernet) interfaces\&. Bridge without parameters assumes bridge=br0:eth0 +.TP +.BR 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 +.TP .BR biosdevname={0|1]} turn off/on biosdevname network interface renaming .SS NFS -- 1.8.3.1