]> git.proxmox.com Git - grub2.git/commitdiff
* util/grub-install.c: Mention Boot* variable.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 5 Dec 2013 16:05:21 +0000 (17:05 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 5 Dec 2013 16:05:21 +0000 (17:05 +0100)
ChangeLog
util/grub-install.c

index 4e110ca3a3068ba310812d26bdb6421c1948b11f..c5dadaeccdedebcad8256741f316247f07644938 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2d6ef757ae6023861560633e70bf9d005c637d7f..7a1db422b449674c2ce5e5292b03bde3d705d461 100644 (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},