summaryrefslogtreecommitdiffstats
path: root/doc/README.SuSE
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.SuSE')
-rw-r--r--doc/README.SuSE15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/README.SuSE b/doc/README.SuSE
new file mode 100644
index 0000000..6b3d205
--- /dev/null
+++ b/doc/README.SuSE
@@ -0,0 +1,15 @@
+To use ifplugd with SuSE Linux you have to change the start mode of all
+interfaces mentioned in ifplugd.conf to manual instead of onboot.
+Hotplug devices should specify hotplug as usual.
+
+For example:
+
+if /etc/ifplugd/ifplugd.conf contains
+
+ INTERFACES='eth0'
+
+your /etc/sysconfig/network/ifcfg-eth0 must contain
+
+ STARTMODE='manual'
+
+$Id$