summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt4
-rwxr-xr-xsource/installer/build_installer.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 3921e93bf..32e5a932c 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,7 @@
+Tue Aug 1 09:09:59 UTC 2023
+ Added /usr/lib(64)/libatomic.so for 'lsusb'
+ Thanks to William PC for the report.
++--------------------------+
Sun Jul 9 18:25:37 UTC 2023
setup: mount /dev, /proc, and /sys with -rbind, and unmount them with -R.
mkbindmounts: usr -rbind instead of -bind.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index bf77acca5..53d9e2620 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1361,6 +1361,7 @@ cp -fa${VERBOSE1} \
cd $TMP/extract-packages/usr/lib${LIBDIRSUFFIX}
cp -fa${VERBOSE1} \
libargon2.so* \
+ libatomic.so* \
libcryptsetup*.so* \
libefiboot.so* \
libefivar.so* \