From c00242265b7908dce3824508a351886458886e89 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sun, 30 Apr 2006 14:28:41 +0000 Subject: Backport documentation of HOTPLUG, add a note about bonding devices and hotplug (#189505) --- sysconfig.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sysconfig.txt b/sysconfig.txt index 3668b521..2007ec18 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -463,6 +463,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 @@ -506,6 +511,7 @@ Files in /etc/sysconfig/network-scripts/ NETMASK= GATEWAY= ONBOOT=yes|no + HOTPLUG=yes|no USERCTL=yes|no BOOTPROTO=none|bootp|dhcp MTU= -- cgit