Update haos_vm.sh

This commit is contained in:
tteckster 2022-07-11 17:48:20 -04:00 committed by GitHub
parent 315218abc0
commit bc24e5c14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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