summaryrefslogtreecommitdiffstats
path: root/usb-and-pxe-installers
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-08-05 07:33:15 +0000
committer Eric Hameleers <alien@slackware.com>2019-08-05 17:59:45 +0200
commit656752c06e1b3062aa6652b74aaec0b95b7c3706 (patch)
treea23a4a49d3b5b4a930a54d6fbe2a307548c99885 /usb-and-pxe-installers
parent8519278b645c1b29046377ad42e5f723247c7b9b (diff)
downloadcurrent-656752c06e1b3062aa6652b74aaec0b95b7c3706.tar.gz
current-656752c06e1b3062aa6652b74aaec0b95b7c3706.tar.xz
Mon Aug 5 07:33:15 UTC 201920190805073315
a/kernel-generic-4.19.64-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.64-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.64-x86_64-1.txz: Upgraded. ap/man-db-2.8.6.1-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.64-x86-1.txz: Upgraded. k/kernel-source-4.19.64-noarch-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'usb-and-pxe-installers')
-rw-r--r--usb-and-pxe-installers/usbimg2disk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-and-pxe-installers/usbimg2disk.sh b/usb-and-pxe-installers/usbimg2disk.sh
index 57e8598e0..6abf8f2de 100644
--- a/usb-and-pxe-installers/usbimg2disk.sh
+++ b/usb-and-pxe-installers/usbimg2disk.sh
@@ -476,7 +476,7 @@ cleanup
# Run syslinux and write a good MBR:
echo "--- Making the USB drive '$TARGET' bootable..."
( makebootable $TARGET ) 1>>$LOGFILE 2>&1
-/usr/bin/syslinux -s $TARGETPART 1>>$LOGFILE 2>&1
+/usr/bin/syslinux $TARGETPART 1>>$LOGFILE 2>&1
dd if=$MBRBIN of=$TARGET 1>>$LOGFILE 2>&1
echo "--- Done."