added nellboard post routines (not yet completed!)
[outofuni/dib.git] / post_routines / nellboard / interfaces
diff --git a/post_routines/nellboard/interfaces b/post_routines/nellboard/interfaces
new file mode 100644 (file)
index 0000000..a705cb6
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+cat > /etc/network/interfaces << EOF
+auto lo
+iface lo inet loopback
+
+auto usb0
+iface usb0 inet static
+       address 172.17.17.17
+EOF
+