From 4cece956f3ca5482bbe351d7acb6bd78f0667572 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Jan 2004 15:34:24 +0000 Subject: Stuff from Norbert Preining git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@86 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- doc/README.SuSE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/README.SuSE (limited to 'doc') 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$ -- cgit