diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-21 19:21:45 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-22 08:59:48 +0200 |
commit | d08d55a70cebe3070e0f030fe926f806c7be142e (patch) | |
tree | 61c68dfec9c94e63f96ec891e431403105234893 /source/installer | |
parent | a6248408ec85d7f4202e3ffd604528dac2a2a8fb (diff) | |
download | current-d08d55a70cebe3070e0f030fe926f806c7be142e.tar.gz |
Wed Aug 21 19:21:45 UTC 201920190821192145
a/acpid-2.0.32-x86_64-1.txz: Upgraded.
l/tdb-1.4.2-x86_64-1.txz: Upgraded.
n/libnftnl-1.1.4-x86_64-1.txz: Upgraded.
n/nftables-0.9.2-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
Fixed missing libcryptsetup. Thanks to formalist.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Fixed missing libcryptsetup. Thanks to formalist.
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 4 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index b60835f6..16dda110 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,7 @@ +Wed Aug 21 18:57:50 UTC 2019 + Properly install libcryptsetup since it has moved under /usr. + Thanks to formalist for the bug report. ++--------------------------+ 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 diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index b4537005..0330a196 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1103,7 +1103,6 @@ cp -fa${VERBOSE1} \ libblkid*so* \ libcap*so* \ libcrypto*so* \ - libcryptsetup*.so* \ libdevmapper*so* \ libf2fs.so* \ libfdisk.so* \ @@ -1128,6 +1127,7 @@ cp -fa${VERBOSE1} \ cd $TMP/extract-packages/usr/lib${LIBDIRSUFFIX} cp -fa${VERBOSE1} \ libargon2.so* \ + libcryptsetup*.so* \ libefiboot.so* \ libefivar.so* \ libgcc*.so* \ |