From: Daniel Hokka Zakrisson Date: Thu, 29 Nov 2007 00:35:14 +0000 (+0000) Subject: syslinux is no longer included. Use the system version, which uses mtools. X-Git-Tag: bootcd-3.4-2~12 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=75f5d2d8962a1ab584851e7f1ed9d932aa128b18 syslinux is no longer included. Use the system version, which uses mtools. --- diff --git a/build.sh b/build.sh index fab1e37..7964a1d 100755 --- a/build.sh +++ b/build.sh @@ -324,7 +324,7 @@ EOF rm -f "$tmp" echo "making USB image bootable." - $srcdir/syslinux/unix/syslinux "$usb" + syslinux "$usb" } @@ -509,11 +509,11 @@ DISPLAY pl_version PROMPT 0 TIMEOUT 40 EOF - mcopy -bsQ -i "$usb" "$tmp" ::/syslinux.cfg - rm -f "$tmp" + mcopy -bsQ -i "$usb" "$tmp" ::/syslinux.cfg + rm -f "$tmp" - echo "* Making USB CRAMFS based image bootable" - $srcdir/syslinux/unix/syslinux "$usb" + echo "* Making USB CRAMFS based image bootable" + syslinux "$usb" } function type_to_name()