All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] grub-install: Mention *efibootmgr* in no-nvram description
@ 2018-09-06 13:54 Paul Menzel
  2018-09-06 14:02 ` [PATCH v2] grub-install: Mention *efibootmgr* in `no-nvram` description Paul Menzel
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Menzel @ 2018-09-06 13:54 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

Date: Thu, 6 Sep 2018 15:15:45 +0200

If executing `efibootmgr` fails, for example, because the system is booted in 
legacy mode, but with a mounted EFI System Partition, the error message
mentions *efibootmgr*. To make it easier for users to work around that
problem by skipping running `efibootmgr`, add the word to the description of
the switch *no-nvram*, which skips the efibootmgr execution.

---
 util/grub-install.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/grub-install.c b/util/grub-install.c
index a44858198..335662a58 100644
--- a/util/grub-install.c
+++ b/util/grub-install.c
@@ -276,7 +276,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'/`Boot*' NVRAM variables. "
+   N_("don't run efibootmgr to 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},
-- 
2.17.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5174 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-21 17:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06 13:54 [PATCH] grub-install: Mention *efibootmgr* in no-nvram description Paul Menzel
2018-09-06 14:02 ` [PATCH v2] grub-install: Mention *efibootmgr* in `no-nvram` description Paul Menzel
2018-09-06 17:37   ` Vladimir 'phcoder' Serbinenko
2018-09-19 14:08     ` Daniel Kiper
2018-09-19 14:18       ` Paul Menzel
2018-09-21 17:58         ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.