Browse Source

Boot: Let's start GRUB with no timeout.

Andreas Kling 6 năm trước cách đây
mục cha
commit
092f06a719
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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!
 }