From 04a4179aec03d0d93391870953c4b9d39163922e Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 17 Jun 2023 11:30:47 +1000 Subject: [PATCH] added timeout and sysappend --- bootmenu.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootmenu.cfg b/bootmenu.cfg index e51abba..28d08f5 100644 --- a/bootmenu.cfg +++ b/bootmenu.cfg @@ -4,10 +4,11 @@ menu margin 0 menu rows 7 menu background /splash.png menu title Tiniest - +timeout 30 label linux kernel /vmlinuz append initrd=/initrd.gz init=/init console=ttyS0 root=/dev/ram0 + sysappend 0x4000C label other kernel /vmlinuz -- 2.39.2