diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 5 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index f92f5112..b60835f6 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 f0f8ef83..b4537005 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 |