summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt3
-rwxr-xr-xsource/installer/build_installer.sh4
2 files changed, 7 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index c3a78b07a..f92f51122 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Mon Jul 29 21:51:59 UTC 2019
+ Include libraries from the argon2 and json-c packages, needed by cryptsetup.
++--------------------------+
Fri Jul 12 18:42:02 UTC 2019
build-installer.sh: Add cqhci.ko kernel module.
Thanks to Pomme Raccoon.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index dcdc20382..f0f8ef836 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -833,7 +833,9 @@ ap/lsscsi \
ap/terminus-font \
d/gcc \
d/gcc-g++ \
+l/argon2 \
l/glibc \
+l/json-c \
l/libaio \
l/libcap \
l/libidn2 \
@@ -1125,11 +1127,13 @@ cp -fa${VERBOSE1} \
# Deal with /usr/lib stuff from the packages:
cd $TMP/extract-packages/usr/lib${LIBDIRSUFFIX}
cp -fa${VERBOSE1} \
+ libargon2.so* \
libefiboot.so* \
libefivar.so* \
libgcc*.so* \
libhistory*.so* \
libidn2*.so* \
+ libjson-c.so* \
liblz.so* \
liblzo*.so* \
libparted*so* \