[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 e383684277ec85c7dd5d20ee94b9c1d3385df47f
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Apr 30 18:15:46 2010 +0200

    Merging casper 1.188.

diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index 4fa4ff3..19c2db2 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,11 @@
+casper (1.188) karmic; urgency=low
+
+  * Allow for platform-orion-ehci in ID_PATH to qualify as a "nice_device"
+    i.e. one which can host a livefs.  This is the name of the USB device
+    driver on Marvell Dove boards.
+
+ -- Loïc Minier <loic.minier at ubuntu.com>  Mon, 31 Aug 2009 14:16:21 +0200
+
 casper (1.187) karmic; urgency=low
 
   * Stop recommending unionfs-fuse, as we're using aufs again in Karmic.
diff --git a/scripts/live b/scripts/live
index 6318643..e73ee80 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|platform-mxsdhci)"
+	if /lib/udev/path_id "${sysfs_path}" | grep -E -q "ID_PATH=(usb|pci-|platform-orion-ehci|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