1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:57:35 +00:00

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

View file

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