summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-12-20 19:00:04 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:59:21 +0100
commit4aa98bfe33ce0317e18f1472c5a114c8bbe70503 (patch)
tree76a677c4d9a89c3330473aa851df5006cacb938e
parent5850ab13030a573b786168d699924a5cef549361 (diff)
downloadlive-boot-4aa98bfe33ce0317e18f1472c5a114c8bbe70503.tar.gz
live-boot-4aa98bfe33ce0317e18f1472c5a114c8bbe70503.zip
Correcting live hook to include mtdblock for syslinux memdisk usage, thanks to Michael Prokop <mika@grml.org>.
-rwxr-xr-xhooks/live3
1 files changed, 2 insertions, 1 deletions
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