diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-12-20 19:00:04 +0100 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:59:21 +0100 | 
| commit | 4aa98bfe33ce0317e18f1472c5a114c8bbe70503 (patch) | |
| tree | 76a677c4d9a89c3330473aa851df5006cacb938e /hooks | |
| parent | 5850ab13030a573b786168d699924a5cef549361 (diff) | |
| download | live-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>.
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/live | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -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  | 
