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:54:32 +0100
commit0900b327b4389da17bd713319c443ce58a705bbe (patch)
tree031bfbb628d4b523367501688e2be7d31b0671f2
parenta1325949ebbeec69c0119ee5e3dab3912cac5c06 (diff)
downloadlive-boot-0900b327b4389da17bd713319c443ce58a705bbe.tar.gz
live-boot-0900b327b4389da17bd713319c443ce58a705bbe.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 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