mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-17 21:38:44 +00:00
* grub-core/commands/probe.c (grub_cmd_probe): Fix error message.
This commit is contained in:
parent
33f784e881
commit
11a775a3ad
@ -1,3 +1,7 @@
|
||||
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/probe.c (grub_cmd_probe): Fix error message.
|
||||
|
||||
2011-11-10 Shea Levy <slevy@tieronedesign.com>
|
||||
|
||||
Allow all modules to perform serial IO
|
||||
|
@ -136,7 +136,7 @@ grub_cmd_probe (grub_extcmd_context_t ctxt, int argc, char **args)
|
||||
return err;
|
||||
if (! label)
|
||||
return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
|
||||
"uuid for this FS isn't supported yet");
|
||||
"label for this FS isn't supported yet");
|
||||
|
||||
if (state[0].set)
|
||||
grub_env_set (state[0].arg, label);
|
||||
|
Loading…
Reference in New Issue
Block a user