diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index de91c0c4..3b32fc69 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Wed Jun 29 19:13:25 UTC 2022 + Added smartctl, smartctl.8, and dmidecode.8. ++--------------------------+ Tue Jun 14 08:08:08 UTC 2022 Added liblz4 for fsck.f2fs. Thanks to Brent Earl. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 14856a42..44d613cf 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -941,6 +941,7 @@ a/procps-ng \ a/reiserfsprogs \ a/sed \ a/shadow \ +a/smartmontools \ a/sysfsutils \ a/syslinux \ a/tar \ @@ -1211,6 +1212,7 @@ cp --remove-destination -fa${VERBOSE1} ${EXTRA_PKGS_USRSBIN} \ dmidecode \ mount.cifs \ sm-notify \ + smartctl \ sparsify \ umount.cifs \ zerofree \ @@ -2305,6 +2307,8 @@ if [ -d usr/man ]; then man1/plzip.1.bz2 \ man1/neofetch.1.bz2 \ man1/nvme.1.bz2 \ + man8/dmidecode.8.bz2 \ + man8/smartctl.8.bz2 \ ; do mkdir -p man/$(dirname $manpage) cp -a man.full/$manpage man/$manpage |