summaryrefslogtreecommitdiff
path: root/interfaces
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-10 17:26:13 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-10 17:26:13 +0000
commit5895d2856e0cc70ad416ae28ef3fc6e75db9a79b (patch)
tree0d6313509fc0dace307739782fd8ce5937efebd3 /interfaces
parent0a6ec2ace9914a901ea6241aa2334bb75b6f0800 (diff)
downloadfhs-dirs-5895d2856e0cc70ad416ae28ef3fc6e75db9a79b.tar.gz
add some things required for network support
/var/run is needed for /var/run/ifstate /etc/network/interfaces is needed to tell what to use
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces5
1 files changed, 5 insertions, 0 deletions
diff --git a/interfaces b/interfaces
new file mode 100644
index 0000000..104c1a1
--- /dev/null
+++ b/interfaces
@@ -0,0 +1,5 @@
+auto lo
+iface lo inet loopback
+
+auto eth0
+iface eth0 inet dhcp