From a339dcbb02c9c07f3c582dc1abcc0d28db7c067e Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 20 Sep 2024 08:59:44 +0200 Subject: [PATCH] fix https://github.com/vmactions/solaris-vm/issues/41#issuecomment-2362377046 --- conf/solaris-11.4-gcc.conf | 2 +- conf/solaris-11.4.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/solaris-11.4-gcc.conf b/conf/solaris-11.4-gcc.conf index 1b5cb75..5ef1d97 100644 --- a/conf/solaris-11.4-gcc.conf +++ b/conf/solaris-11.4-gcc.conf @@ -22,7 +22,7 @@ VM_DISK="virtio,discard=unmap" # Note: rsync is a base package, no need to specifically install it. # We are installing C and C++ compilers only, not things like fortran or objc # to reduce the disk space requirements. -VM_PRE_INSTALL_PKGS="autoconf automake libtool developer/gcc/gcc-c developer/gcc/gcc-c++ gnu-make cmake ninja pkg-config git" +VM_PRE_INSTALL_PKGS="tree autoconf automake libtool developer/gcc/gcc-c developer/gcc/gcc-c++ gnu-make cmake ninja pkg-config git" VM_LOGIN_TAG="solaris console login" VM_OPTS="conf/solaris-11.4.opts.txt" diff --git a/conf/solaris-11.4.conf b/conf/solaris-11.4.conf index 995ab9f..1bf7f3b 100644 --- a/conf/solaris-11.4.conf +++ b/conf/solaris-11.4.conf @@ -12,7 +12,7 @@ VM_SHUTDOWN_CMD="shutdown -y -i5 -g0" VM_INSTALL_CMD="pkg install --no-backup-be --no-refresh --accept -v" -# Not needed, included in VM_PRE_INSTALL_PKGS + #VM_RSYNC_PKG="rsync" #VM_SSHFS_PKG="" @@ -21,7 +21,7 @@ VM_DISK="virtio,discard=unmap" # rsync is a base package, no need to install it (infact it will fail if you # try to install it since its already installed) -#VM_PRE_INSTALL_PKGS="rsync" +VM_PRE_INSTALL_PKGS="tree" VM_LOGIN_TAG="solaris console login" VM_OPTS="conf/solaris-11.4.opts.txt"