Boot: Let's start GRUB with no timeout.

This commit is contained in:
Andreas Kling 2019-06-02 12:52:40 +02:00
parent a53c922f8a
commit 092f06a719
Notes: sideshowbarker 2024-07-19 13:47:07 +09:00

View file

@ -1,6 +1,6 @@
timeout=1
timeout=0
menuentry 'SerenityOS' {
menuentry 'Serenity' {
root=hd0,1
multiboot /boot/kernel Hello from grub!
}