##SLKINS LABEL Installer MENU LABEL Boot Installer: Slackware Linux LINUX /Image-armv8 INITRD /initrd-armv8.img FDTDIR /dtb/ # June-2021: # Note: Hard coding of the keymap. # Busybox must complete executing /etc/rc.d/rc.S before the local # consoles are enabled ('Press ENTER to activate this console'). # Setting it here bypasses the keymap selector, enabling the consoles # to become immediately active. # This is a hack to avoid hacking /etc/rc.d/rc.S and figuring out # where else to run the keymap selector from automatically. # Users are offered to set the keymap as part of the initial installation # process anyway, so it's an acceptable workaround. # "us" is the default keymap in Slackware. # If you want networking and have a DHCP server available on your LAN, you # can set this: # However, if you don't have a serial adapter and have no network, you'll # have no visibility of this and it seems that the installer has hung until # an IP is obtained or the DHCP client times out. # Networking can be enabled directly within the installer so there's no need # for this. # # Set a root password for the Slackware Installer if set as a Kernel cmdline: # This is intended for network installations where otherwise the root password # would be unset. # Note: this does not configure the OS root password. # Passwords should be set as follows within the Kernel cmdline: # instrootpw=yourpassword # APPEND mitigations=off earlyprintk root=/dev/ram rw kbd=us nic=auto:eth0:dhcp %CMDLINE% #APPEND root=/dev/ram rw kbd=us # #APPEND earlyprintk kgdboc=kms,ttyS2,1500000 console=ttyS2,1500000 ##SLKINS