diff options
author | Miloslav Trmac <mitr@volny.cz> | 2006-04-20 23:40:31 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2006-04-20 23:40:31 +0000 |
commit | 25f93b9c736dbb3ab23e1b8ec878f720f15343a2 (patch) | |
tree | 17944b954775787ddb1199c6addf20ad64e3c7dc /sysconfig.txt | |
parent | f62a4cbdf8366684d0f21601be3f7d1e8c4272ee (diff) | |
download | initscripts-25f93b9c736dbb3ab23e1b8ec878f720f15343a2.tar initscripts-25f93b9c736dbb3ab23e1b8ec878f720f15343a2.tar.gz initscripts-25f93b9c736dbb3ab23e1b8ec878f720f15343a2.tar.bz2 initscripts-25f93b9c736dbb3ab23e1b8ec878f720f15343a2.tar.xz initscripts-25f93b9c736dbb3ab23e1b8ec878f720f15343a2.zip |
- s/ONHOTPLUG/HOTPLUG/
- Add a note about bonding devices and hotplug (#189509)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 08a51e5c..b02dc53f 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -455,9 +455,11 @@ Files in /etc/sysconfig/network-scripts/ during the boot sequence so that devices that are not meant to be brought up on boot (ONBOOT=no, see below) can be ignored at that time. - + Also, interfaces may be brought up via the hotplug scripts; - in this case, ONHOTPLUG needs to be set to no to avoid this. + in this case, HOTPLUG=no needs to be set to no to avoid this. + This is useful e.g. to prevent bonding device activation by merely + loading the bonding kernel module. /etc/sysconfig/network-scripts/init.ipv6-global: Not really a public file. Contains different basic settings that @@ -502,7 +504,7 @@ Files in /etc/sysconfig/network-scripts/ NETMASK= GATEWAY= ONBOOT=yes|no - ONHOTPLUG=yes|no + HOTPLUG=yes|no USERCTL=yes|no BOOTPROTO=none|bootp|dhcp MTU= |