Revert "Attempts at ZFS options"

It was accidently committed to wrong branch

This reverts commit 0ee5cdfe9f.
This commit is contained in:
Vladimir Serbinenko 2013-11-03 16:52:33 +01:00
parent 0ee5cdfe9f
commit bed78ef4e6
4 changed files with 4 additions and 131 deletions

View file

@ -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]);