From c587beea22a3793d3274268ea15dd6f860e96952 Mon Sep 17 00:00:00 2001 From: RICCIARDI-Adrien Date: Tue, 5 Dec 2023 21:52:55 +0100 Subject: [PATCH] Preinstalled the gcc, g++, autotools and rsync packages. Signed-off-by: RICCIARDI-Adrien --- conf/solaris-11.4.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/solaris-11.4.conf b/conf/solaris-11.4.conf index 2692a26..b4d394a 100644 --- a/conf/solaris-11.4.conf +++ b/conf/solaris-11.4.conf @@ -19,10 +19,11 @@ VM_RSYNC_PKG="rsync" VM_SSHFS_PKG="" VM_DISK="ide" +VM_PRE_INSTALL_PKGS="autoconf automake gcc5core gcc5g++ libtool rsync" VM_LOGIN_TAG="solaris console login" VM_OPTS="conf/solaris-11.4.opts.txt" VM_VBOX="./vbox.sh" -VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.9.4/vbox.sh" \ No newline at end of file +VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.9.4/vbox.sh"