From 49b4c2ef19e00355820626d573bd4a16ba1cc6d4 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 28 Oct 2023 18:01:41 +1100 Subject: [PATCH] Boot linux immediately (without menu) --- bootmenu.cfg | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/bootmenu.cfg b/bootmenu.cfg index 28d08f5..d78cc8c 100644 --- a/bootmenu.cfg +++ b/bootmenu.cfg @@ -1,15 +1,4 @@ -default vesamenu.c32 - -menu margin 0 -menu rows 7 -menu background /splash.png -menu title Tiniest -timeout 30 +default linux label linux kernel /vmlinuz append initrd=/initrd.gz init=/init console=ttyS0 root=/dev/ram0 - sysappend 0x4000C - -label other - kernel /vmlinuz - append initrd=/initrd.gz init=/init console=ttyS0 root=/dev/ram0 -- 2.39.2