Revert "use auto instead of allow-hotplug in generated /e/n/interfaces"
[live-boot-grml.git] / components / 9990-grml-networking.sh
index 49ceb81..394d011 100644 (file)
@@ -94,7 +94,7 @@ iface ${interface} inet ${method}
 EOF
     else
       cat >> $IFFILE << EOF
-auto ${interface}
+allow-hotplug ${interface}
 iface ${interface} inet ${method}
 EOF
     fi