### Slackware Installer script ############################################################################# # Script......: /usr/share/hwm-configure/platform/aarch64/installer/helper.scr/999-sair # Called from : /usr/lib/setup/armedslack-postinstall-scripts/001-hwm-os-configure # This is 'sourced' from that helper script, hence we use 'return' rather than 'exit' # statements. If necessary in the future, we can have it 'forked' by including the special # token. # Purpose.....: Operating System configuration helper for the Raspberry Pi. # Make some adjustments to aid with Slackware development # Author......: Stuart Winter # Date........: 08-Nov-2025 ### Slackware Installer script ############################################################################ # Display info so we can identify the changes are being made: dialog \ --backtitle "SAIR configuration" \ --sleep 4 \ --infobox "\nAdjusting Operating System Configurations ..." 5 49 # Makes it easier to login remotely after the install: sed -i 's/^#\s*PermitRootLogin\s\+prohibit-password/PermitRootLogin yes/' ${T_PX}/etc/ssh/sshd_config