From e08c082e758afa3341a9ebb6e00927d9873c7230 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 3 Jul 2010 20:48:41 +0200 Subject: Adding preparations for booting through syslinux memdisk. --- hooks/live | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hooks') diff --git a/hooks/live b/hooks/live index cba7120..4f11998 100755 --- a/hooks/live +++ b/hooks/live @@ -151,6 +151,13 @@ fi # Program: md5sum copy_exec /usr/bin/md5sum /bin +# Program: memdisk +if [ -x /usr/bin/memdiskfind ] +then + copy_exec /usr/bin/memdiskfind + manual_add_modules phram mtdblock +fi + # Program: cpio # busybox and klibc lacks --no-absolute-filenames and --sparse, needed for snapshots if [ -e "${DESTDIR}/bin/cpio" ] -- cgit v1.2.3