summaryrefslogtreecommitdiffstats
path: root/source/installer/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/ChangeLog.txt')
-rw-r--r--source/installer/ChangeLog.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 5ac0c1199..a1f932521 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,21 @@
+Wed Jan 18 20:30:13 UTC 2023
+ /usr/lib/setup/INS-all-in-one: Added.
+ This detects the AiO (All in One Offline) partition labeled 'SLKins_aio-pkgs'
+ that houses the Slackware source media (installable packages), and configures
+ the Installer to use it as the media source.
+ /usr/lib/setup/SeTmedia: Call INS-all-in-one first to discover the A-i-O media
+ partition. If unavailable, fails sanity check or the user opted not to use
+ the included media, the regular set of source media selection options are
+ presented.
+ /usr/lib/setup/setup: Post install: If the A-i-O partition is mounted, umount
+ and suggest to physically unplug the Slackware Installer USB stick.
+ This is skipped on ARM since the A-i-O partition resides on the same storage
+ as the OS' /boot partition, so cannot/should not be removed.
+ Fixed white space in license header.
+ /usr/lib/setup/SeTpasswd: Clear screen before setting 'root' user password to
+ fix a text overlap from the 'dialog' box when installing over SSH.
+ Thanks to Stuart Winter.
++--------------------------+
Tue Jan 17 20:55:17 UTC 2023
pxesetup: after sorting the partition list, run it through 'uniq' to ensure
no duplicates are listed. Thanks to 'opty' in Libera.Chat ##slackware.