From 1c5230d62f56e4d26f750f688fbd3283b5574d86 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 17 Jun 2008 21:50:07 +0200 Subject: [PATCH] * Add initial /etc/network/interfaces. --- etc/network/interfaces | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/network/interfaces diff --git a/etc/network/interfaces b/etc/network/interfaces new file mode 100644 index 0000000..04ee0fe --- /dev/null +++ b/etc/network/interfaces @@ -0,0 +1,10 @@ +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +# The loopback network interface +auto lo +iface lo inet loopback + +# The primary network interface +allow-hotplug eth0 +iface eth0 inet dhcp -- 2.30.2