diff options
| author | Miloslav Trmac <mitr@volny.cz> | 2006-04-20 23:43:59 +0000 |
|---|---|---|
| committer | Miloslav Trmac <mitr@volny.cz> | 2006-04-20 23:43:59 +0000 |
| commit | 7a4e9fe3c9970021bcb7ff167c18a4f0ee7694ed (patch) | |
| tree | 703a970af404ada56da95e649c5cba816980bf58 | |
| parent | 6a9578cdf3e26ded793712d7e1c450348659c391 (diff) | |
Document HOTPLUG (#189509)
| -rw-r--r-- | sysconfig.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index b380d0e7..ee355766 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -483,6 +483,11 @@ Files in /etc/sysconfig/network-scripts/ 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, 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 are set from /etc/[rc.d]/init.d/network at different stages of @@ -526,6 +531,7 @@ Files in /etc/sysconfig/network-scripts/ NETMASK= GATEWAY= ONBOOT=yes|no + HOTPLUG=yes|no USERCTL=yes|no BOOTPROTO=none|bootp|dhcp MTU= |
