Skip to content

Commit

Permalink
Fix in live repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MickLesk authored Nov 27, 2024
1 parent 14e4c56 commit a148c48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vm/mikrotik-routeros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,15 @@ nfs | dir)
DISK_IMPORT="-format qcow2"
;;
btrfs)
DISK_EXT=""
DISK_EXT=".raw"
DISK_REF="$VMID/"
DISK_IMPORT="-format raw"
;;
zfspool)
DISK_EXT=""
DISK_REF=""
DISK_IMPORT="-format raw"
;;
esac

DISK_VAR="vm-${VMID}-disk-0${DISK_EXT:-}"
Expand Down

0 comments on commit a148c48

Please sign in to comment.