mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:07:44 +00:00
Boot: Let's start GRUB with no timeout.
This commit is contained in:
parent
a53c922f8a
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