Set of Packer templates.
The packer command must first be installed on your machine as described here.
- First clone this repository:
git clone https://github.com/eviweb/devboxes && cd devboxes - From within the project directory, run:
packer build PACKER_FILEwhere PACKER_FILE is one of the Packer templates.
A frenchie ubuntu minimal box...
- Vagrant provider: libvirt
- OS: Ubuntu Trusty 14.04.4 LTS
- Base ISO: minimal CD
- Linux Kernel: linux-signed-generic 3.13.0
- Architecture: amd64
- Packages:
- openssh-server
- curl
- unzip
- nfs-common
- Locale: fr_FR.UTF-8
- Timezone: Europe/Paris
- RAM: 512MB
- HD size: 8GB
- Partition template: LVM with separated /home
- User/Password: vagrant/vagrant
- Root privileges: yes (sudo without password)
- Authorized_keys: vagrant insecure public key
- Packer template: ubuntu-1404-amd64-mini-libvirt-fr.json
- Build command:
packer build ./ubuntu-1404-amd64-mini-libvirt-fr.json
This project is licensed under the terms of the MIT License
Note: this package is grandly inspired by jakobadam/packer-qemu-templates