From: Evgeni Golov Date: Sun, 16 Aug 2015 22:54:09 +0000 (+0200) Subject: use auto instead of allow-hotplug in generated /e/n/interfaces X-Git-Tag: debian/5.0_a4-1+grml.1~4 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=214cc032c4713bfaaecb2fb3b4377589684c90ab use auto instead of allow-hotplug in generated /e/n/interfaces Closes: issue1568 --- diff --git a/components/9990-grml-networking.sh b/components/9990-grml-networking.sh index ee80f5d..0d73e52 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 -allow-hotplug ${interface} +auto ${interface} iface ${interface} inet ${method} EOF fi