Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.2 KB

Ubuntu 16.04 (Xenial Xerus) Server Vagrant base box

Standard image from http://releases.ubuntu.com/16.04/ with:

  • VBoxGuestAdditions 5.0.x
  • 10G disk
  • Predictable network interface names turned OFF (uses old style eth0, eth1)
  • vagrant user and password

How to bake:

  1. Install packer.io
  2. Run packer build ubuntu-16.04-server-amd64.json

Optional

Included fixes

Post-processor atlas

{ "type": "atlas", "artifact": "{{ user atlas_username }}/ubuntu-16.04-server-amd64", "artifact_type": "vagrant.box", "metadata": { "version": "{{ user version }}", "description": "Ubuntu 16.04 (Xenial Xerus) Server. Baked with https://github.com/MetalArend/xenial\n - ready for use in vagrant", "created_at": "{{ timestamp }}", "provider": "virtualbox" } }