[SCM] live-boot branch, debian, updated. debian/2.0.4-1
    Daniel Baumann 
    daniel at debian.org
       
    Mon Sep  6 13:37:07 UTC 2010
    
    
  
The following commit has been merged in the debian branch:
commit 54f4dad082e28f45b55d43c442dbfdd280410ba0
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 e660ac4..8be3942 100755
--- a/scripts/live
+++ b/scripts/live
@@ -462,7 +462,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