Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Sep 20, 2024
1 parent 3638338 commit a339dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/solaris-11.4-gcc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions conf/solaris-11.4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

Expand All @@ -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"
Expand Down

0 comments on commit a339dcb

Please sign in to comment.