diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-07-26 18:59:24 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-07-27 08:59:54 +0200 |
commit | 00065bfd95ed21da55cc1dd7bf0ac4b2c03c4f24 (patch) | |
tree | e8c58b551e0bab589feecee39ca18cac30041ecc /source/installer | |
parent | 3d9100e4bdd452f4c63a4b614f194293f3fbc0cb (diff) | |
download | current-00065bfd95ed21da55cc1dd7bf0ac4b2c03c4f24.tar.gz current-00065bfd95ed21da55cc1dd7bf0ac4b2c03c4f24.tar.xz |
Sun Jul 26 18:59:24 UTC 202020200726185924
l/boost-1.73.0-x86_64-3.txz: Rebuilt.
Revert a change that broke building krita. Thanks to oneforall2.
l/libcap-2.41-x86_64-1.txz: Upgraded.
n/libqmi-1.26.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 7 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 43f7cda15..6ed80164e 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,10 @@ +Sun Jul 26 18:30:17 UTC 2020 + Add neofetch. Seems like a useful system information tool to have in the + installer, and it's small enough. + Note that without /etc/os-release, this gives a generic Tux logo instead of + the Slackware logo, but that also keeps the system information from getting + clipped if the terminal is 80 columns. ++--------------------------+ Fri Jul 10 00:21:42 UTC 2020 Add speakup modules to the installer image. We'll hopefully figure out how to better handle these in the future. diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index d3841190b..15700c3d3 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -905,6 +905,7 @@ a/zerofree \ ap/ddrescue \ ap/dmidecode \ ap/lsscsi \ +ap/neofetch \ ap/terminus-font \ d/gcc \ d/gcc-g++ \ @@ -992,6 +993,7 @@ cp --remove-destination -fa${VERBOSE1} ${EXTRA_PKGS_USRBIN} \ ddrescue \ ldd \ lzip \ + neofetch \ plzip \ rev \ uuidgen \ @@ -2233,6 +2235,9 @@ if [ -d usr/man ]; then man8/ip.8.bz2 \ man1/nano.1.bz2 \ man8/zerofree.8.bz2 \ + man1/lzip.1.bz2 \ + man1/plzip.1.bz2 \ + man1/neofetch.1.bz2 \ ; do mkdir -p man/$(dirname $manpage) cp -a man.full/$manpage man/$manpage |