summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/network/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/etc/network/interfaces')
-rw-r--r--projectroot/etc/network/interfaces6
1 files changed, 6 insertions, 0 deletions
diff --git a/projectroot/etc/network/interfaces b/projectroot/etc/network/interfaces
new file mode 100644
index 000000000..ddae99c1f
--- /dev/null
+++ b/projectroot/etc/network/interfaces
@@ -0,0 +1,6 @@
+auto lo
+iface lo inet loopback
+
+auto eth0
+iface eth0 inet dhcp
+