disable no_console_suspend

This commit is contained in:
Ing 2024-03-27 04:32:11 +08:00
parent 8335a7acd4
commit 53ddf805fa

View File

@ -133,8 +133,8 @@ if [ ! "${BUS}" = "usb" ]; then
fi fi
CMDLINE['panic']="${KERNELPANIC:-0}" CMDLINE['panic']="${KERNELPANIC:-0}"
CMDLINE['console']="ttyS0,115200n8" CMDLINE['console']="ttyS0,115200n8"
CMDLINE['no_console_suspend']="1" # CMDLINE['no_console_suspend']="1"
CMDLINE['consoleblank']="0" CMDLINE['consoleblank']="600"
CMDLINE['earlyprintk']="" CMDLINE['earlyprintk']=""
CMDLINE['earlycon']="uart8250,io,0x3f8,115200n8" CMDLINE['earlycon']="uart8250,io,0x3f8,115200n8"
CMDLINE['root']="/dev/md0" CMDLINE['root']="/dev/md0"