Skip to content

Commit

Permalink
Fix path for memdisk binary when building with recent syslinux[-commo…
Browse files Browse the repository at this point in the history
…n] versions

Addressing:

| * Missing addon file: "memdisk"
  • Loading branch information
mika committed Oct 7, 2014
1 parent 9904457 commit 57c1cbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grml-live
Expand Up @@ -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"
Expand Down

0 comments on commit 57c1cbd

Please sign in to comment.