Fix UUID command. Reported by: Jordan Uggla
This commit is contained in:
parent
898330b097
commit
44224d3948
1 changed files with 2 additions and 2 deletions
|
@ -275,8 +275,8 @@ struct legacy_command legacy_commands[] =
|
||||||
"Unhide PARTITION by clearing the \"hidden\" bit in its"
|
"Unhide PARTITION by clearing the \"hidden\" bit in its"
|
||||||
" partition type code."},
|
" partition type code."},
|
||||||
/* FIXME: uppermem unsupported. */
|
/* FIXME: uppermem unsupported. */
|
||||||
{"uuid", "search -u '%s'\n", NULL, 0, 1, {TYPE_VERBATIM}, 0, "UUID",
|
{"uuid", "search --set=root --fs-uuid '%s'\n", NULL, 0, 1, {TYPE_VERBATIM},
|
||||||
"Find root by UUID"},
|
0, "UUID", "Find root by UUID"},
|
||||||
/* FIXME: support MODE. */
|
/* FIXME: support MODE. */
|
||||||
{"vbeprobe", "vbeinfo\n", NULL, 0, 0, {}, 0, "[MODE]",
|
{"vbeprobe", "vbeinfo\n", NULL, 0, 0, {}, 0, "[MODE]",
|
||||||
"Probe VBE information. If the mode number MODE is specified, show only"
|
"Probe VBE information. If the mode number MODE is specified, show only"
|
||||||
|
|
Loading…
Reference in a new issue