fix: add GRUB timeout for auto-boot
GRUB had no timeout set, causing it to wait indefinitely at the boot menu. Added 5-second timeout so the default entry (live system) boots automatically. Required for automated/serial console testing. 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
set default=0
|
set default=0
|
||||||
|
set timeout=5
|
||||||
|
|
||||||
# Serial console for demo/validation mode
|
# Serial console for demo/validation mode
|
||||||
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
|
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
|
||||||
|
|||||||
Reference in New Issue
Block a user