浏览代码

Boot: Let's start GRUB with no timeout.

Andreas Kling 6 年之前
父节点
当前提交
092f06a719
共有 1 个文件被更改,包括 2 次插入2 次删除
  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!
 }