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 6710d1413..b2251ed9a 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,6 @@
+Wed Jan 12 19:45:11 UTC 2022
+ Added "nvme" command-line utility. Thanks to peake.
++--------------------------+
Wed Dec 15 04:07:42 UTC 2021
/sbin/probe: Discover MMC storage devices using lsblk.
Thanks to Stuart Winter.
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index aa271f703..82b0f776f 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -912,6 +912,7 @@ ap/ddrescue \
ap/dmidecode \
ap/lsscsi \
ap/neofetch \
+ap/nvme-cli \
ap/terminus-font \
d/gcc \
d/gcc-g++ \
@@ -1160,6 +1161,7 @@ cp --remove-destination -fa${VERBOSE1} ${EXTRA_PKGS_USRSBIN} \
chpasswd \
dnsmasq \
ntpdate \
+ nvme \
parted \
partprobe \
partx \
@@ -2256,6 +2258,7 @@ if [ -d usr/man ]; then
man1/lzip.1.bz2 \
man1/plzip.1.bz2 \
man1/neofetch.1.bz2 \
+ man1/nvme.1.bz2 \
; do
mkdir -p man/$(dirname $manpage)
cp -a man.full/$manpage man/$manpage