Browse Source

Update haos_vm.sh

tteckster 3 years ago
parent
commit
bc24e5c14b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vm/haos_vm.sh

+ 1 - 1
vm/haos_vm.sh

@@ -312,7 +312,7 @@ case $STORAGE_TYPE in
     DISK_IMPORT="-format qcow2"
     ;;
     
-  zfspool|btrfs)
+  btrfs)
     DISK_EXT=".raw"
     DISK_REF="$VMID/"
     DISK_FORMAT="subvol"