summaryrefslogtreecommitdiffstats
path: root/src/etc/network/interfaces
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-26 20:20:19 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-26 20:20:19 (EDT)
commite4199494aeda5760d823e2e73ae7f6527b902096 (patch)
treefa6c5130f1aefb8af3d35df2c7d60b00c093ac03 /src/etc/network/interfaces
parentf91e916cf044cb1d9512bf70dfa52b13145af666 (diff)
Write "networking", "mdev", and "sysfs" services.
Diffstat (limited to 'src/etc/network/interfaces')
-rw-r--r--src/etc/network/interfaces10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/etc/network/interfaces b/src/etc/network/interfaces
new file mode 100644
index 0000000..f2bbb79
--- /dev/null
+++ b/src/etc/network/interfaces
@@ -0,0 +1,10 @@
+# /etc/network/interfaces
+# Network interfaces configuration used by ifup(8) and ifdown(8).
+
+# Loopback interface.
+auto lo
+iface lo inet loopback
+
+# Ethernet interface.
+auto eth0
+iface eth0 inet dhcp