From bd2931afc505eca70c79f03ff0770096210a46f8 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 12 Jan 2025 18:32:18 +0100 Subject: [PATCH] s --- conf/freebsd-13.3-aarch64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/freebsd-13.3-aarch64.conf b/conf/freebsd-13.3-aarch64.conf index edcca47..06df168 100644 --- a/conf/freebsd-13.3-aarch64.conf +++ b/conf/freebsd-13.3-aarch64.conf @@ -10,7 +10,7 @@ VM_LOGIN_TAG="64 (freebsd) (tty" VM_SHUTDOWN_CMD="/sbin/shutdown -p now" -VM_INSTALL_CMD="pkg install -y " +VM_INSTALL_CMD="IGNORE_OSVERSION=yes pkg install -y " VM_RSYNC_PKG="rsync" VM_SSHFS_PKG="fusefs-sshfs && kldload fusefs"