diff --git a/ChangeLog b/ChangeLog index 4e110ca3a..c5dadaecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-05 Vladimir Serbinenko + + * util/grub-install.c: Mention Boot* variable. + 2013-12-05 Colin Watson * grub-core/osdep/linux/hostdisk.c diff --git a/util/grub-install.c b/util/grub-install.c index 2d6ef757a..7a1db422b 100644 --- a/util/grub-install.c +++ b/util/grub-install.c @@ -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},