From 75f5d2d8962a1ab584851e7f1ed9d932aa128b18 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 29 Nov 2007 00:35:14 +0000 Subject: [PATCH] syslinux is no longer included. Use the system version, which uses mtools. --- build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() -- 2.43.0