* 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.
This commit is contained in:
parent
3fa0648724
commit
d803460357
2 changed files with 16 additions and 6 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2010-06-26 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* 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 <cjwatson@ubuntu.com>
|
2010-06-26 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
Make the `source' command slightly faster.
|
Make the `source' command slightly faster.
|
||||||
|
|
|
@ -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.
|
Command-line arguments to add to menu entries for the Linux kernel.
|
||||||
|
|
||||||
@item GRUB_CMDLINE_LINUX_DEFAULT
|
@item GRUB_CMDLINE_LINUX_DEFAULT
|
||||||
Unless @samp{GRUB_DISABLE_LINUX_RECOVERY} is set, two menu entries will be
|
Unless @samp{GRUB_DISABLE_LINUX_RECOVERY} is set to @samp{true}, two menu
|
||||||
generated for each Linux kernel: one default entry and one entry for
|
entries will be generated for each Linux kernel: one default entry and one
|
||||||
recovery mode. This option lists command-line arguments to add only to the
|
entry for recovery mode. This option lists command-line arguments to add
|
||||||
default menu entry, after those listed in @samp{GRUB_CMDLINE_LINUX}.
|
only to the default menu entry, after those listed in
|
||||||
|
@samp{GRUB_CMDLINE_LINUX}.
|
||||||
|
|
||||||
@item GRUB_CMDLINE_NETBSD
|
@item GRUB_CMDLINE_NETBSD
|
||||||
@itemx GRUB_CMDLINE_NETBSD_DEFAULT
|
@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}.
|
disable the use of UUIDs, set this option to @samp{true}.
|
||||||
|
|
||||||
@item GRUB_DISABLE_LINUX_RECOVERY
|
@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
|
@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
|
@item GRUB_VIDEO_BACKEND
|
||||||
If graphical video support is required, either because the @samp{gfxterm}
|
If graphical video support is required, either because the @samp{gfxterm}
|
||||||
|
|
Loading…
Reference in a new issue