From b523f51cb1a3d81430160a43673fd8165444422f Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 27 May 2024 21:23:02 +0200 Subject: [PATCH] add 9.4 --- conf/all.release.conf | 2 +- conf/netbsd-9.4.conf | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 conf/netbsd-9.4.conf diff --git a/conf/all.release.conf b/conf/all.release.conf index cb599a9..8500a69 100644 --- a/conf/all.release.conf +++ b/conf/all.release.conf @@ -1,4 +1,4 @@ -ALL_RELEASES='"9.0", "9.1", "9.2", "9.3", "10.0"' +ALL_RELEASES='"9.0", "9.1", "9.2", "9.3", "9.4", "10.0"' diff --git a/conf/netbsd-9.4.conf b/conf/netbsd-9.4.conf new file mode 100644 index 0000000..ee4ce6a --- /dev/null +++ b/conf/netbsd-9.4.conf @@ -0,0 +1,27 @@ + + +VM_ISO_LINK="https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.4/images/NetBSD-9.4-amd64.iso" +VM_OS_NAME="netbsd" +VM_OS_TYPE="netbsd9.0" +VM_SSH_PORT=2225 + + +VM_RELEASE=9.4 + +VM_SHUTDOWN_CMD="/sbin/shutdown -p now" +VM_INSTALL_CMD="/usr/sbin/pkg_add" + +VM_RSYNC_PKG="rsync" +VM_SSHFS_PKG="fuse-sshfs" +VM_PRE_INSTALL_PKGS="tree" +VM_OCR="py" + +VM_LOGIN_TAG="NetBSD/amd64 (localhost) (constty)" + +VM_OPTS="conf/netbsd-9.0.opts.txt" + +VM_VBOX="./vbox.sh" + +VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.9.4/vbox.sh" + +