Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 550 Bytes

VIRTUALBOX.md

File metadata and controls

14 lines (10 loc) · 550 Bytes

VirtualBox Specific

The following have been added to the image (in addition to those listed in README.md):

  • bzip2, dkms, gcc, perl, and VBoxGuestAdditions are installed
  • Root password is set to root

To build a VirtualBox box:

  1. rm -f /tmp/packer-centos-7.3.1611-x86_64-updates-vbox-*
  2. packer build --only=vbox4vbox centos-7.3.1611-x86_64-updates.json
  3. Launch /tmp/packer-centos-7.3.1611-x86_64-updates-vbox-*/*.vmdk in VirtualBox
  4. Smoke test (e.g., login via console and look around)