summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-26 15:34:24 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-26 15:34:24 +0000
commit4cece956f3ca5482bbe351d7acb6bd78f0667572 (patch)
tree9327656406c5b5bca1e1a7985725bb1d5f4452a4 /doc
parent8aa25839dc18988e4e1eda5ff55dc3d180696703 (diff)
Stuff from Norbert Preining
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@86 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'doc')
-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$