[SCM] live-boot branch, debian-next, updated. debian/3.0_a13-1-8-g02e0161

Daniel Baumann daniel at debian.org
Mon Dec 20 18:11:58 UTC 2010


The following commit has been merged in the debian-next branch:
commit 02e0161e442fb1fafca6dd134042fe23e78c447d
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 66f0db0..ef87d3c 100755
--- a/scripts/live
+++ b/scripts/live
@@ -489,6 +489,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