Update haos-vm.sh
add local-zfs
This commit is contained in:
parent
e3da97472e
commit
bf40c30fff
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ nfs | dir)
|
|||
DISK_IMPORT="-format raw"
|
||||
THIN=""
|
||||
;;
|
||||
btrfs)
|
||||
btrfs | local-zfs)
|
||||
DISK_EXT=".raw"
|
||||
DISK_REF="$VMID/"
|
||||
DISK_IMPORT="-format raw"
|
||||
|
|
Loading…
Reference in a new issue