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

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


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

    Correcting live hook to include mtdblock for syslinux memdisk usage, thanks to Michael Prokop <mika at grml.org>.

diff --git a/hooks/live b/hooks/live
index b5d43f2..cebe9c9 100755
--- a/hooks/live
+++ b/hooks/live
@@ -175,7 +175,8 @@ copy_exec /usr/bin/md5sum /bin
 if [ -x /usr/bin/memdiskfind ]
 then
 	copy_exec /usr/bin/memdiskfind
-	manual_add_modules phram mtdblock
+	manual_add_modules phram
+	manual_add_modules mtdblock
 fi
 
 # Program: cpio

-- 
live-boot



More information about the debian-live-changes mailing list