Support debian_networking boot option to use Debian's network behavior
[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