Attempts at ZFS options

This commit is contained in:
Vladimir Serbinenko 2013-11-03 16:40:32 +01:00
parent a1dcc2cb98
commit 0ee5cdfe9f
4 changed files with 131 additions and 4 deletions

View file

@ -417,9 +417,11 @@ fstest (int n)
{
case CMD_LS:
execute_command ("ls", n, args);
grub_print_error ();
break;
case CMD_ZFSINFO:
execute_command ("zfsinfo", n, args);
execute_command ("zfsproperty", n, args);
grub_print_error ();
break;
case CMD_CP:
cmd_cp (args[0], args[1]);