[SCM] live-initramfs branch, debian, updated. debian/1.177.2-1-25-gd77466b

Daniel Baumann daniel at debian.org
Fri Apr 30 17:27:47 UTC 2010


The following commit has been merged in the debian branch:
commit afe3b84e6c81a96e378544a8f9df2441ae857f87
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Apr 30 18:13:11 2010 +0200

    Merging casper 1.186.

diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index faeb733..edcf9e0 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,16 @@
+casper (1.186) karmic; urgency=low
+
+  [ Loïc Minier ]
+  * Allow for platform-mxsdhci in ID_PATH to qualify as a "nice_device" i.e.
+    one which can host a livefs.  This is the new name of this device in
+    2.6.31 kernels on Babbage i.MX51.
+
+  [ Steve Kowalik ]
+  * Rename 47unr-ubiquity as 47unr_ubiquity, as scripts with dashes don't
+    get installed into the initramfs. (LP: #411616)
+
+ -- Steve Kowalik <stevenk at ubuntu.com>  Fri, 14 Aug 2009 17:39:34 +1000
+
 casper (1.185) karmic; urgency=low
 
   * Actually set 47unr-ubiquity as executable.·
diff --git a/scripts/live b/scripts/live
index 21c3d99..6318643 100755
--- a/scripts/live
+++ b/scripts/live
@@ -665,7 +665,7 @@ is_nice_device ()
 {
 	sysfs_path="${1#/sys}"
 
-	if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-|platform-mmc)"
+	if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-|platform-mmc|platform-mxsdhci)"
 	then
 		return 0
 	elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$'

-- 
live-initramfs



More information about the debian-live-changes mailing list