[SCM] live-boot branch, debian-next, updated. debian/3.0_a4-1-2-gddf31a3

Daniel Baumann daniel at debian.org
Thu Sep 2 21:41:21 UTC 2010


The following commit has been merged in the debian-next branch:
commit ddf31a303d9b379d33587513b7814fe7b954e5ed
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Sep 2 23:38:16 2010 +0200

    Applying patch from Michael Casadevall <mcasadevall at ubuntu.com> to add platform-sata_mv to is_nice_device() to allow Marvell Dove A0 and AVD1 to properly boot live media.

diff --git a/scripts/live b/scripts/live
index 0e9b0aa..942a22b 100755
--- a/scripts/live
+++ b/scripts/live
@@ -466,7 +466,7 @@ is_nice_device ()
 {
 	sysfs_path="${1#/sys}"
 
-	if /lib/udev/path_id "${sysfs_path}" | egrep -q "ID_PATH=(usb|pci-|platform-orion-ehci|platform-mmc|platform-mxsdhci|)"
+	if /lib/udev/path_id "${sysfs_path}" | egrep -q "ID_PATH=(usb|pci-|platform-sata_mv|platform-orion-ehci|platform-mmc|platform-mxsdhci|)"
 	then
 		return 0
 	elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$'

-- 
live-boot



More information about the debian-live-changes mailing list