Initial configuration for FAI (work in progress)
[grml-live.git] / etc / grml / fai / config / scripts / GRML / 35-network
diff --git a/etc/grml/fai/config/scripts/GRML/35-network b/etc/grml/fai/config/scripts/GRML/35-network
new file mode 100755 (executable)
index 0000000..759634b
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+set -u
+set -e
+
+cat >> "$target"/etc/network/interfaces << EOF
+# The loopback interface
+# automatically added when upgrading
+auto lo
+iface lo inet loopback
+EOF
+