From e4199494aeda5760d823e2e73ae7f6527b902096 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 26 Apr 2012 20:20:19 -0400 Subject: Write "networking", "mdev", and "sysfs" services. --- (limited to 'src/etc/network/interfaces') 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 -- cgit v0.9.1