From 656752c06e1b3062aa6652b74aaec0b95b7c3706 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 5 Aug 2019 07:33:15 +0000 Subject: Mon Aug 5 07:33:15 UTC 2019 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. --- source/installer/ChangeLog.txt | 5 +++++ source/installer/build_installer.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'source/installer') diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index f92f51122..b60835f6c 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,8 @@ +Mon Aug 5 07:05:18 UTC 2019 + Don't use -s (--stupid) when installing syslinux. This loads much faster and + _probably_ won't increase the probability of boot failure. But, if it fails + let me know. ++--------------------------+ Mon Jul 29 21:51:59 UTC 2019 Include libraries from the argon2 and json-c packages, needed by cryptsetup. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index f0f8ef836..b45370053 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1909,7 +1909,7 @@ sync # > Do "vi ~/.mtoolsrc" to add "mtools_skip_check=1", # > if the next command gives an error: umount ${CWD}/usbmount -syslinux -s ${CWD}/usbboot.img +syslinux ${CWD}/usbboot.img #Clean up: rm -rf ${CWD}/usbmount -- cgit v1.2.3