* util/grub-install.c: Mention Boot* variable.

This commit is contained in:
Vladimir Serbinenko 2013-12-05 17:05:21 +01:00
parent 59b38922a1
commit b0f311f412
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-12-05 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.c: Mention Boot* variable.
2013-12-05 Colin Watson <cjwatson@ubuntu.com>
* grub-core/osdep/linux/hostdisk.c

View File

@ -232,7 +232,7 @@ static struct argp_option options[] = {
N_("disk module to use (biosdisk or native). "
"This option is only available on BIOS target."), 2},
{"no-nvram", OPTION_NO_NVRAM, 0, 0,
N_("don't update the `boot-device' NVRAM variable. "
N_("don't update the `boot-device'/`Boot*' NVRAM variables. "
"This option is only available on EFI and IEEE1275 targets."), 2},
{"skip-fs-probe",'s',0, 0,
N_("do not probe for filesystems in DEVICE"), 0},