* 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:
Colin Watson 2010-06-26 10:50:39 +01:00
parent 3fa0648724
commit d803460357
2 changed files with 16 additions and 6 deletions

View file

@ -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>
Make the `source' command slightly faster.