Revert "Attempts at ZFS options"
It was accidently committed to wrong branch
This reverts commit 0ee5cdfe9f
.
This commit is contained in:
parent
0ee5cdfe9f
commit
bed78ef4e6
4 changed files with 4 additions and 131 deletions
|
@ -417,11 +417,9 @@ fstest (int n)
|
|||
{
|
||||
case CMD_LS:
|
||||
execute_command ("ls", n, args);
|
||||
grub_print_error ();
|
||||
break;
|
||||
case CMD_ZFSINFO:
|
||||
execute_command ("zfsproperty", n, args);
|
||||
grub_print_error ();
|
||||
execute_command ("zfsinfo", n, args);
|
||||
break;
|
||||
case CMD_CP:
|
||||
cmd_cp (args[0], args[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue