Add -zfs to image name

This commit is contained in:
Jørn Åne de Jong 2022-05-01 17:14:53 +02:00 committed by Nico Schottelius
parent a389fdd795
commit ad5e1d5fa3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set -x
# XXX: Handle command-line arguments?
RELEASE=13.0-RELEASE
ARCH=amd64
IMAGE_PATH=freebsd-$RELEASE-$(date -I).img.qcow2
IMAGE_PATH=freebsd-zfs-$RELEASE-$(date -I).img.qcow2
IMAGE_SIZE=10G
DIST_BASE="https://download.freebsd.org/ftp/releases/$ARCH/$RELEASE"