From: Michael Prokop Date: Tue, 7 Oct 2014 20:55:43 +0000 (+0200) Subject: Fix path for memdisk binary when building with recent syslinux[-common] versions X-Git-Tag: v0.26.1~6 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=57c1cbd038172be6daeb4969d25d4ac4a9dbc61d Fix path for memdisk binary when building with recent syslinux[-common] versions Addressing: | * Missing addon file: "memdisk" --- diff --git a/grml-live b/grml-live index fc6292f..32fec43 100755 --- a/grml-live +++ b/grml-live @@ -942,10 +942,12 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then else syslinux_modules_dir=/usr/lib/syslinux fi - for file in memdisk chain.c32 hdt.c32 mboot.c32 menu.c32; do + for file in chain.c32 hdt.c32 mboot.c32 menu.c32; do copy_addon_file "${file}" "${syslinux_modules_dir}" addons done + copy_addon_file memdisk /usr/lib/syslinux addons + # make memtest filename FAT16/8.3 compatible mv "${BUILD_OUTPUT}/boot/addons/memtest86+.bin" \ "${BUILD_OUTPUT}/boot/addons/memtest"