* grub-core/commands/date.c (GRUB_MOD_INIT): Remove non-uniform
"Command for ...". * grub-core/commands/hdparm.c (options): Use "Display" rather than "Check" since we don't check anything. * grub-core/commands/i386/cpuid.c (options): Clarify that long mode is 64-bit one. * grub-core/commands/search_wrap.c (options): Clarify the conditions. * grub-core/disk/geli.c (grub_md_sha256_real): Fix typo. (grub_md_sha512_real): Likewise.
This commit is contained in:
parent
805a8dccc8
commit
8f95d002fe
6 changed files with 35 additions and 16 deletions
|
@ -43,20 +43,25 @@ static const struct grub_arg_option options[] =
|
|||
N_("First try the device HINT. If HINT ends in comma, "
|
||||
"also try subpartitions"), N_("HINT"), ARG_TYPE_STRING},
|
||||
{"hint-ieee1275", 0, GRUB_ARG_OPTION_REPEATABLE,
|
||||
N_("First try the device HINT if on IEEE1275. If HINT ends in comma, "
|
||||
"also try subpartitions"), N_("HINT"), ARG_TYPE_STRING},
|
||||
N_("First try the device HINT if currently running on IEEE1275. "
|
||||
"If HINT ends in comma, also try subpartitions"),
|
||||
N_("HINT"), ARG_TYPE_STRING},
|
||||
{"hint-bios", 0, GRUB_ARG_OPTION_REPEATABLE,
|
||||
N_("First try the device HINT if on BIOS. If HINT ends in comma, "
|
||||
"also try subpartitions"), N_("HINT"), ARG_TYPE_STRING},
|
||||
N_("First try the device HINT if on currently running BIOS. "
|
||||
"If HINT ends in comma, also try subpartitions"),
|
||||
N_("HINT"), ARG_TYPE_STRING},
|
||||
{"hint-baremetal", 0, GRUB_ARG_OPTION_REPEATABLE,
|
||||
N_("First try the device HINT. If HINT ends in comma, "
|
||||
"also try subpartitions"), N_("HINT"), ARG_TYPE_STRING},
|
||||
N_("First try the device HINT if direct hardware access is suported. "
|
||||
"If HINT ends in comma, also try subpartitions"),
|
||||
N_("HINT"), ARG_TYPE_STRING},
|
||||
{"hint-efi", 0, GRUB_ARG_OPTION_REPEATABLE,
|
||||
N_("First try the device HINT if on EFI. If HINT ends in comma, "
|
||||
"also try subpartitions"), N_("HINT"), ARG_TYPE_STRING},
|
||||
N_("First try the device HINT if on currently running EFI. "
|
||||
"If HINT ends in comma, also try subpartitions"),
|
||||
N_("HINT"), ARG_TYPE_STRING},
|
||||
{"hint-arc", 0, GRUB_ARG_OPTION_REPEATABLE,
|
||||
N_("First try the device HINT if on ARC. If HINT ends in comma, "
|
||||
"also try subpartitions"), N_("HINT"), ARG_TYPE_STRING},
|
||||
N_("First try the device HINT if on currently running ARC."
|
||||
" If HINT ends in comma, also try subpartitions"),
|
||||
N_("HINT"), ARG_TYPE_STRING},
|
||||
{0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue