]> git.pld-linux.org Git - packages/grub2.git/commitdiff
- default no recovery menu
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 4 Dec 2009 13:27:36 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grub.sysconfig -> 1.3

grub.sysconfig

index aa4ea291a8212c258381be6fa227aa2f542e29ba..f84cf1ee180345a9d469e728b50c837ce4f975d7 100644 (file)
@@ -7,7 +7,7 @@ GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo PLD`
 GRUB_CMDLINE_LINUX_DEFAULT="quiet"
 GRUB_CMDLINE_LINUX=""
 
-# Uncomment to disable graphical terminal (grub-pc only)
+# Set to 'console' to disable graphical terminal (grub-pc only)
 #GRUB_TERMINAL=console
 
 # The resolution used on graphical terminal
@@ -15,8 +15,8 @@ GRUB_CMDLINE_LINUX=""
 # you can see them in real GRUB with the command `vbeinfo'
 #GRUB_GFXMODE=640x480
 
-# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
+# Disable GRUB to pass "root=UUID=xxx" parameter to Linux
 #GRUB_DISABLE_LINUX_UUID=true
 
-# Uncomment to disable generation of recovery mode menu entries
-#GRUB_DISABLE_LINUX_RECOVERY="true"
+# Disable generation of recovery mode menu entries
+GRUB_DISABLE_LINUX_RECOVERY="true"
This page took 0.095051 seconds and 4 git commands to generate.