[SCM] live-boot branch, debian-old-2.0, updated. debian/2.0.13-1-3-g18db034

Daniel Baumann daniel at debian.org
Mon Dec 20 18:02:09 UTC 2010


The following commit has been merged in the debian-old-2.0 branch:
commit 18db03465c3ca01106d0e43b5a61deb3e5a4680b
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Dec 20 19:01:54 2010 +0100

    Supporting /dev/mtdblock0 as valid device name (for memdisk boot), thanks to Michael Prokop <mika at grml.org>.

diff --git a/scripts/live b/scripts/live
index d79beed..f87919d 100755
--- a/scripts/live
+++ b/scripts/live
@@ -471,6 +471,9 @@ is_nice_device ()
 	elif echo ${sysfs_path} | grep -q "^/block/dm-"
 	then
 		return 0
+	elif echo ${sysfs_path} | grep -q "^/block/mtdblock"
+	then
+		return 0
 	fi
 
 	return 1

-- 
live-boot



More information about the debian-live-changes mailing list