diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-07-03 20:48:41 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
| commit | e08c082e758afa3341a9ebb6e00927d9873c7230 (patch) | |
| tree | 1f2202163207c981a778dc5d14a82e0e7121cfcf /hooks | |
| parent | 39c403857bc35a951c073b0add167872f80c7862 (diff) | |
| download | live-boot-e08c082e758afa3341a9ebb6e00927d9873c7230.tar.gz live-boot-e08c082e758afa3341a9ebb6e00927d9873c7230.zip | |
Adding preparations for booting through syslinux memdisk.
Diffstat (limited to 'hooks')
| -rwxr-xr-x | hooks/live | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" ] |
