Browse Source

Boot: Let's start GRUB with no timeout.

Andreas Kling 6 years ago
parent
commit
092f06a719
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Kernel/grub.cfg

+ 2 - 2
Kernel/grub.cfg

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