[SCM] live-initramfs branch, master, updated. 1.157.4-1-24-g57cbc34

Daniel Baumann daniel at debian.org
Mon Oct 26 12:49:20 UTC 2009


The following commit has been merged in the master branch:
commit 57cbc34867e2c191b9738a599ef69d797e78a91a
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Oct 26 13:48:11 2009 +0100

    Merging casper 1.170.

diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index a62e48c..22a873a 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,11 @@
+casper (1.170) jaunty; urgency=low
+
+  * is_nice_device(): allow devices with an ID_PATH of platform-mmc* as well
+    as used for instance for SD cards on the ARM iMX51 Babbage board;
+    LP: #357700.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 08 Apr 2009 15:34:01 +0200
+
 casper (1.169) jaunty; urgency=low
 
   * [ -w /cdrom ] turns out not to be a sufficient test for files under
diff --git a/scripts/live b/scripts/live
index 3400f35..113e85f 100755
--- a/scripts/live
+++ b/scripts/live
@@ -621,7 +621,7 @@ is_nice_device ()
 {
 	sysfs_path="${1#/sys}"
 
-	if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-[^-]*-(ide|scsi|usb))"
+	if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-[^-]*-(ide|scsi|usb)|platform-mmc)"
 	then
 		return 0
 	elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$'

-- 
live-initramfs



More information about the debian-live-changes mailing list