From: Evgeni Golov Date: Wed, 6 Jan 2016 17:15:08 +0000 (+0100) Subject: Revert "use auto instead of allow-hotplug in generated /e/n/interfaces" X-Git-Tag: debian/1%20151213+grml.1~1 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=1a226f4c74bf1952ed77394ab9e9805055d0ed35 Revert "use auto instead of allow-hotplug in generated /e/n/interfaces" This reverts commit 214cc032c4713bfaaecb2fb3b4377589684c90ab. --- diff --git a/components/9990-grml-networking.sh b/components/9990-grml-networking.sh index 49ceb81..394d011 100644 --- a/components/9990-grml-networking.sh +++ b/components/9990-grml-networking.sh @@ -94,7 +94,7 @@ iface ${interface} inet ${method} EOF else cat >> $IFFILE << EOF -auto ${interface} +allow-hotplug ${interface} iface ${interface} inet ${method} EOF fi