[SCM] live-initramfs branch, debian-next, updated. debian/1.177.2-1-24-gb3c10de
Daniel Baumann
daniel at debian.org
Fri Apr 30 16:58:24 UTC 2010
The following commit has been merged in the debian-next branch:
commit b3c10deafc7a61983c0930d1cb06ef2a048691ca
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Apr 30 18:52:47 2010 +0200
Merging casper 1.199.
diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index cd2d646..25b004d 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,10 @@
+casper (1.199) karmic; urgency=low
+
+ [ Tormod Volden ]
+ * Scan device-mapper (RAID) devices for live filesystem (LP: #385305).
+
+ -- Colin Watson <cjwatson at ubuntu.com> Tue, 06 Oct 2009 23:39:57 +0100
+
casper (1.198) karmic; urgency=low
* scripts/casper: Send PULSELOGO usplash command at startup. (LP: #438762)
diff --git a/scripts/live b/scripts/live
index 23ba434..76b0be4 100755
--- a/scripts/live
+++ b/scripts/live
@@ -672,6 +672,9 @@ is_nice_device ()
elif echo "${sysfs_path}" | grep -q '^/block/vd[a-z]$'
then
return 0
+ elif echo ${sysfs_path} | grep -q "^/block/dm-"
+ then
+ return 0
fi
return 1
--
live-initramfs
More information about the debian-live-changes
mailing list