From 214cc032c4713bfaaecb2fb3b4377589684c90ab Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 17 Aug 2015 00:54:09 +0200 Subject: [PATCH] use auto instead of allow-hotplug in generated /e/n/interfaces Closes: issue1568 --- components/9990-grml-networking.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4