From bc24e5c14b3c70459a14d8979d11178b6ad9c8f3 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 11 Jul 2022 17:48:20 -0400 Subject: [PATCH] Update haos_vm.sh --- vm/haos_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/haos_vm.sh b/vm/haos_vm.sh index b4eb76cd..a25de7fa 100644 --- a/vm/haos_vm.sh +++ b/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"