From 4aa98bfe33ce0317e18f1472c5a114c8bbe70503 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 20 Dec 2010 19:00:04 +0100 Subject: [PATCH] Correcting live hook to include mtdblock for syslinux memdisk usage, thanks to Michael Prokop . --- hooks/live | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.1.4