[SCM] Debian Live initramfs hook branch, master, updated. 1.154.4-1-1-g148a73c

Daniel Baumann daniel at debian.org
Sat Jan 10 15:55:52 UTC 2009


The following commit has been merged in the master branch:
commit 148a73c41fbf4ffa773421bfd27b2045135ad101
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jan 10 16:48:34 2009 +0100

    Also checking for wicd in 23networking, thanks to Ben Armstrong <synrg at debian.org>.

diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking
index 6a66996..64fb3d6 100755
--- a/scripts/live-bottom/23networking
+++ b/scripts/live-bottom/23networking
@@ -90,7 +90,7 @@ else
 	fi
 
 	# iterate the physical interfaces and add them to the interfaces list
-	if [ "${method}" != dhcp ] || [ ! -x /root/usr/sbin/NetworkManager ]
+	if [ "${method}" != dhcp ] || [ ! -x /root/usr/sbin/NetworkManager ] || [ ! -x /root/usr/sbin/wicd ]
 	then
 		for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan*
 		do

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list