diff --git a/conf/all.release.conf b/conf/all.release.conf index 988aa4d..45883f4 100644 --- a/conf/all.release.conf +++ b/conf/all.release.conf @@ -1,4 +1,4 @@ -ALL_RELEASES='"13.3", "13.4", "14.1", "14.2", "15.0"' +ALL_RELEASES='"13.3", "13.4", "14.1", "14.2", "14.2-aarch64", "15.0"' diff --git a/conf/freebsd-14.2-aarch64.conf b/conf/freebsd-14.2-aarch64.conf new file mode 100644 index 0000000..7954fdf --- /dev/null +++ b/conf/freebsd-14.2-aarch64.conf @@ -0,0 +1,36 @@ + + +VM_VHD_LINK="https://download.freebsd.org/releases/VM-IMAGES/14.2-RELEASE/aarch64/Latest/FreeBSD-14.2-RELEASE-arm64-aarch64.qcow2.xz" +VM_OS_NAME="freebsd" +VM_OS_TYPE="freebsd14.0" +VM_SSH_PORT=2222 +VM_RELEASE=14.2 + +VM_LOGIN_TAG="64 (freebsd) (tty" + +VM_SHUTDOWN_CMD="/sbin/shutdown -p now" + +VM_INSTALL_CMD="pkg install -y " + +VM_RSYNC_PKG="rsync" +VM_SSHFS_PKG="fusefs-sshfs && kldload fusefs" + +VM_PRE_INSTALL_PKGS="tree rsync" + + +VM_OPTS="conf/freebsd-13.1.opts.txt" + +VM_VBOX="./vbox.sh" + + +VM_ARCH="aarch64" + + +VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v1.0.5/vbox.sh" + + + + + + +