#################################################################################### # Config file : /boot/platform/hwm_bw/cmdline.txt # Purpose : Raspberry Pi 2nd-stage bootloader configuration file. # This sets the command line passed to the Linux kernel. # # NOTE: If you're booting via U-Boot (the Slackware default), this file should # remain empty — it is not used by Slackware. # Kernel and OS boot configuration is managed by: # /boot/extlinux/extlinux.conf # # However, if you're using the Raspberry Pi's native bootloader instead of U-Boot, # you *must* populate this file with the kernel command line. # # To extract the appropriate line from the U-Boot configuration, run: # sed -n '/^[[:space:]]*#/! s/.*APPEND[[:space:]]\+//p' /boot/extlinux/extlinux.conf # # Then copy the output into this file. #################################################################################### ##SLKINS mitigations=off earlyprintk root=/dev/ram rw kbd=us nic=auto:eth0:dhcp RCFONT irqpoll ##SLKINS # this stuff will be added by the post installation installer script, pulling # the data from the extlinux.conf. # its here as a reminder of what to put in. ##SLKOS #earlyprintk rootfstype=%ROOTFSTYPE% root=%ROOTDEV% %CMDLINE% ##SLKOS