[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 4c0a1b165d1fcfffca93fbd3d32b8a918efeacb1
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 93a2831..f68800d 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