From 1a226f4c74bf1952ed77394ab9e9805055d0ed35 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 6 Jan 2016 18:15:08 +0100 Subject: [PATCH] Revert "use auto instead of allow-hotplug in generated /e/n/interfaces" This reverts commit 214cc032c4713bfaaecb2fb3b4377589684c90ab. --- 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 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 -- 2.1.4