diff options
Diffstat (limited to 'source')
-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* \ |