How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "rbrunckhorst/solaris11.4"
  config.vm.box_version = "1.1"
end
vagrant init rbrunckhorst/solaris11.4 \
  --box-version 1.1
vagrant up

This version was created over 2 years ago.

  • VMware: guest-tools installed
  • VirtualBox: guest-tools installed
  • /etc/ssh/sshd_config GSSAPIKeyExchange no UseDNS no
  • svcadm disable sendmail asr-notify svc:/application/graphicallogin/gdm:default
  • sudo bootadm set-menu timeout=1
  • sudo bootadm change-entry -i 0 kargs="-B console=text"
  • echo "set boot_policy=1" | sudo tee /etc/system.d/system:core-os-policy
  • Developer-tools installed
    • autoconf
    • automake
    • bison
    • flex
    • git
    • gnu-binutils
    • gnu-coreutils
    • gnu-sed
    • libtool
    • make
    • onbld
    • runtime/perl-526
    • text/locale
    • tree
    • tmux
  • python-35 installed
3 providers for this version.
  • libvirt
    unknown Hosted by Vagrant Cloud (1.66 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.61 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.63 GB)