packages: grub2/grub.sysconfig - copmment for some options from info page
glen
glen at pld-linux.org
Mon Oct 17 13:30:14 CEST 2011
Author: glen Date: Mon Oct 17 11:30:14 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- copmment for some options from info page
---- Files affected:
packages/grub2:
grub.sysconfig (1.12 -> 1.13)
---- Diffs:
================================================================
Index: packages/grub2/grub.sysconfig
diff -u packages/grub2/grub.sysconfig:1.12 packages/grub2/grub.sysconfig:1.13
--- packages/grub2/grub.sysconfig:1.12 Mon Oct 17 13:27:55 2011
+++ packages/grub2/grub.sysconfig Mon Oct 17 13:30:09 2011
@@ -17,7 +17,14 @@
GRUB_DISTRIBUTOR=$(lsb_release -i -s 2> /dev/null || echo PLD)
+# Unless `GRUB_DISABLE_RECOVERY' is set to `true', two menu entries
+# will be generated for each Linux kernel: one default entry and one
+# entry for recovery mode. This option lists command-line arguments
+# to add only to the default menu entry, after those listed in
+# `GRUB_CMDLINE_LINUX'.
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
+
+# Command-line arguments to add to menu entries for the Linux kernel.
GRUB_CMDLINE_LINUX=""
# Set to 'console' to disable graphical terminal (grub-pc only)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub.sysconfig?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list