boot: set default kernelpanic timeout to 5
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
@@ -119,7 +119,7 @@ CMDLINE['syno_hw_version']="${MODEL}"
|
||||
[ -z "${PID}" ] && PID="0x0001" # Sanity check
|
||||
CMDLINE['vid']="${VID}"
|
||||
CMDLINE['pid']="${PID}"
|
||||
CMDLINE['panic']="${KERNELPANIC:-0}"
|
||||
CMDLINE['panic']="${KERNELPANIC:-5}"
|
||||
CMDLINE['console']="ttyS0,115200n8"
|
||||
CMDLINE['earlyprintk']=""
|
||||
CMDLINE['earlycon']="uart8250,io,0x3f8,115200n8"
|
||||
|
||||
Reference in New Issue
Block a user