From 4b96cd1f73e9be8e9a064a73c63281e2b73adcf3 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 8 Sep 2024 14:12:55 +0200 Subject: [PATCH] fix --- conf/solaris-11.4-cbe.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/solaris-11.4-cbe.conf b/conf/solaris-11.4-cbe.conf index 42a6edd..917fa2c 100644 --- a/conf/solaris-11.4-cbe.conf +++ b/conf/solaris-11.4-cbe.conf @@ -7,7 +7,7 @@ VM_SSH_PORT=2223 VM_ROOT_PASSWORD="vmactions.org" -VM_RELEASE=11.4-gcc +VM_RELEASE=11.4-cbe VM_SHUTDOWN_CMD="shutdown -y -i5 -g0" @@ -19,7 +19,7 @@ VM_RSYNC_PKG="rsync" VM_SSHFS_PKG="" VM_DISK="ide" -VM_PRE_INSTALL_PKGS="autoconf automake gcc5core libtool rsync" +VM_PRE_INSTALL_PKGS="rsync" VM_LOGIN_TAG="solaris console login" VM_OPTS="conf/solaris-11.4.opts.txt"