[SCM] debian-live/config-webc branch, master, updated. 81f42649c92f016d6dba528214b765d359e506a2

Kai Hendry hendry at iki.fi
Sun Jan 25 18:18:12 UTC 2009


The following commit has been merged in the master branch:
commit 93f137016bda3c622951886a8a787bf82c846574
Author: Kai Hendry <hendry at iki.fi>
Date:   Wed Nov 19 21:37:27 2008 +0100

    forgot the interfaces

diff --git a/webconverger/config/chroot_local-includes/etc/network/interfaces b/webconverger/config/chroot_local-includes/etc/network/interfaces
new file mode 100644
index 0000000..3659b31
--- /dev/null
+++ b/webconverger/config/chroot_local-includes/etc/network/interfaces
@@ -0,0 +1,19 @@
+# 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
+
+# The wireless network interface (dhcp)
+iface wlan0 inet dhcp
+    wpa-driver wext
+    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
+
+iface eth1 inet dhcp
+    wpa-driver wext
+    wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

-- 
debian-live/config-webc



More information about the debian-live-changes mailing list