* util/grub-install.c: Mention Boot* variable.
This commit is contained in:
parent
59b38922a1
commit
b0f311f412
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2013-12-05 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* grub-core/osdep/linux/hostdisk.c
|
* grub-core/osdep/linux/hostdisk.c
|
||||||
|
|
|
@ -232,7 +232,7 @@ static struct argp_option options[] = {
|
||||||
N_("disk module to use (biosdisk or native). "
|
N_("disk module to use (biosdisk or native). "
|
||||||
"This option is only available on BIOS target."), 2},
|
"This option is only available on BIOS target."), 2},
|
||||||
{"no-nvram", OPTION_NO_NVRAM, 0, 0,
|
{"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},
|
"This option is only available on EFI and IEEE1275 targets."), 2},
|
||||||
{"skip-fs-probe",'s',0, 0,
|
{"skip-fs-probe",'s',0, 0,
|
||||||
N_("do not probe for filesystems in DEVICE"), 0},
|
N_("do not probe for filesystems in DEVICE"), 0},
|
||||||
|
|
Loading…
Reference in a new issue