Merging casper 1.199.
authorDaniel Baumann <daniel@debian.org>
Fri, 30 Apr 2010 16:52:47 +0000 (18:52 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:08 +0000 (17:48 +0100)
docs/ChangeLog.casper
scripts/live

index cd2d646..25b004d 100644 (file)
@@ -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@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)
index 23ba434..76b0be4 100755 (executable)
@@ -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