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 ca8ffa362..1e3215dde 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Fri Jan 31 20:25:54 UTC 2020
+ Added zerofree and sparsify binaries and zerofree manpage.
++--------------------------+
Mon Jan 27 00:09:05 UTC 2020
Added libkeyutils.so.1, needed by the krb5 libraries.
Thanks to dodoLQ.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index 36ad5ed2e..216a90249 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -900,6 +900,7 @@ a/usbutils \
a/util-linux \
a/xfsprogs \
a/xz \
+a/zerofree \
ap/ddrescue \
ap/dmidecode \
ap/lsscsi \
@@ -1134,7 +1135,9 @@ cp --remove-destination -fa${VERBOSE1} ${EXTRA_PKGS_USRSBIN} \
dmidecode \
mount.cifs \
sm-notify \
+ sparsify \
umount.cifs \
+ zerofree \
$PKG/$ARCH-installer-filesystem/usr/sbin/
# The installer has wrappers for cfdisk/fdisk which run /dev/makedevs.sh
@@ -2200,6 +2203,7 @@ if [ -d usr/man ]; then
man8/swaplabel.8.bz2 \
man8/ip.8.bz2 \
man1/nano.1.bz2 \
+ man8/zerofree.8.bz2 \
; do
mkdir -p man/$(dirname $manpage)
cp -a man.full/$manpage man/$manpage