diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 06e78c78..e3a0f784 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Mon Feb 1 18:59:32 UTC 2021 + Add upgradepkg to the installer image. ++--------------------------+ Sun Jan 17 20:08:17 UTC 2021 Upgrade to busybox-1.32.1. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 5cc3b353..a8b10c79 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -1210,6 +1210,7 @@ cp --remove-destination -fa${VERBOSE1} \ installpkg \ pkgtool \ removepkg \ + upgradepkg \ $PKG/$ARCH-installer-filesystem/sbin/ # Deal with /lib stuff from the packages: |