From d8034603577f4712649abb260d2c5f1032e37b89 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 26 Jun 2010 10:50:39 +0100 Subject: [PATCH] * docs/grub.texi (Simple configuration): Explain that GRUB_DISABLE_LINUX_RECOVERY and GRUB_DISABLE_NETBSD_RECOVERY must be set to `true' to disable their respective recovery entries, not merely set. --- ChangeLog | 7 +++++++ docs/grub.texi | 15 +++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52b37640f..d76683823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-06-26 Colin Watson + + * docs/grub.texi (Simple configuration): Explain that + GRUB_DISABLE_LINUX_RECOVERY and GRUB_DISABLE_NETBSD_RECOVERY must be + set to `true' to disable their respective recovery entries, not + merely set. + 2010-06-26 Colin Watson Make the `source' command slightly faster. diff --git a/docs/grub.texi b/docs/grub.texi index 822849777..98d3c5f00 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -911,10 +911,11 @@ A command to configure the serial port when using the serial console. Command-line arguments to add to menu entries for the Linux kernel. @item GRUB_CMDLINE_LINUX_DEFAULT -Unless @samp{GRUB_DISABLE_LINUX_RECOVERY} is set, 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 @samp{GRUB_CMDLINE_LINUX}. +Unless @samp{GRUB_DISABLE_LINUX_RECOVERY} is set to @samp{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 +@samp{GRUB_CMDLINE_LINUX}. @item GRUB_CMDLINE_NETBSD @itemx GRUB_CMDLINE_NETBSD_DEFAULT @@ -929,10 +930,12 @@ usually more reliable, but in some cases it may not be appropriate. To disable the use of UUIDs, set this option to @samp{true}. @item GRUB_DISABLE_LINUX_RECOVERY -Disable the generation of recovery mode menu entries for Linux. +If this option is set to @samp{true}, disable the generation of recovery +mode menu entries for Linux. @item GRUB_DISABLE_NETBSD_RECOVERY -Disable the generation of recovery mode menu entries for NetBSD. +If this option is set to @samp{true}, disable the generation of recovery +mode menu entries for NetBSD. @item GRUB_VIDEO_BACKEND If graphical video support is required, either because the @samp{gfxterm} -- 2.39.5