Update haos-vm.sh

add local-zfs
This commit is contained in:
tteckster 2024-07-16 01:19:16 -04:00 committed by GitHub
parent e3da97472e
commit bf40c30fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"