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.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index b3341d421..9b48ad7fb 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Tue Jun 13 20:02:38 UTC 2023
+ Added liburcu and liburcu-common libraries for xfsprogs.
++--------------------------+
Thu May 25 00:15:21 UTC 2023
Mount efivarfs.
+--------------------------+
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 9504270ff..ea253fc59 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -998,6 +998,7 @@ a/util-linux \
a/xfsprogs \
a/xz \
a/zerofree \
+a/userspace-rcu \
ap/ddrescue \
ap/dmidecode \
ap/lsscsi \
@@ -1344,6 +1345,8 @@ cp -fa${VERBOSE1} \
libpam*.so* \
libpcre2-8.so* \
libpopt*.so* \
+ liburcu-common.so.* \
+ liburcu.so.* \
libreiserfscore.so* \
libsmartcols.so* \
libssl*so* \