boot: set default kernelpanic timeout to 5

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-02-17 12:33:52 +01:00
parent beb78fadd7
commit eb6594a3a1

View File

@@ -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"