summaryrefslogtreecommitdiffstats
path: root/source/installer
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 /source/installer
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 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt5
-rwxr-xr-xsource/installer/build_installer.sh2
2 files changed, 6 insertions, 1 deletions
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