mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 08:10:02 +00:00
Boot: Let's start GRUB with no timeout.
This commit is contained in:
parent
a53c922f8a
commit
092f06a719
Notes:
sideshowbarker
2024-07-19 13:47:07 +09:00
Author: https://github.com/awesomekling
Commit: 092f06a719
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
timeout=1
|
timeout=0
|
||||||
|
|
||||||
menuentry 'SerenityOS' {
|
menuentry 'Serenity' {
|
||||||
root=hd0,1
|
root=hd0,1
|
||||||
multiboot /boot/kernel Hello from grub!
|
multiboot /boot/kernel Hello from grub!
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue