packages: grub2/grub.sysconfig - default no recovery menu
glen
glen at pld-linux.org
Fri Dec 4 14:27:41 CET 2009
Author: glen Date: Fri Dec 4 13:27:41 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- default no recovery menu
---- Files affected:
packages/grub2:
grub.sysconfig (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/grub2/grub.sysconfig
diff -u packages/grub2/grub.sysconfig:1.2 packages/grub2/grub.sysconfig:1.3
--- packages/grub2/grub.sysconfig:1.2 Wed Nov 11 18:00:05 2009
+++ packages/grub2/grub.sysconfig Fri Dec 4 14:27:36 2009
@@ -7,7 +7,7 @@
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 @@
# 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"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub.sysconfig?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list