[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-4-18-gc757be2
Daniel Baumann
daniel at debian.org
Sun Nov 23 17:18:51 UTC 2008
The following commit has been merged in the master branch:
commit c757be296c04b163765ad5ea8031ec49b89c2bfd
Author: Daniel Baumann <daniel at debian.org>
Date: Sun Nov 23 18:16:57 2008 +0100
Also adding ralink to network device check.
diff --git a/scripts/live b/scripts/live
index c0e59a8..8543cf1 100755
--- a/scripts/live
+++ b/scripts/live
@@ -695,7 +695,8 @@ do_netmount ()
# Check if we have a network device at all
if ! ls /sys/class/net/eth0 > /dev/null 2>&1 && \
! ls /sys/class/net/wlan0 > /dev/null 2>&1 && \
- ! ls /sys/class/net/ath0 > /dev/null 2>&1
+ ! ls /sys/class/net/ath0 > /dev/null 2>&1 && \
+ ! ls /sys/class/net/ra0 > /dev/null 2>&1
then
panic "No supported network device found, maybe a non-mainline driver is required."
fi
--
Debian Live initramfs hook
More information about the debian-live-changes
mailing list