mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 13:35:12 +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: https://github.com/SerenityOS/serenity/commit/092f06a7195
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
timeout=1
|
||||
timeout=0
|
||||
|
||||
menuentry 'SerenityOS' {
|
||||
menuentry 'Serenity' {
|
||||
root=hd0,1
|
||||
multiboot /boot/kernel Hello from grub!
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue