Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 948 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 948 Bytes

Packer Templates: Debian 8 (jessie)

Build Status

Fully automated installation of debian 8, powered by:

Dependencies

Key Features

  • Partitioning with LVM
  • Enables persistent network names
  • Enables serial console
  • Uses ansible for provisioning

qemu-kvm

Install Host Dependencies

Debian/Ubuntu

apt-get install qemu-kvm

RHEL/CentOS

yum install qemu-kvm

Build

packer build packer-debian8-qemu-kvm.json

Output

Output directory defaults to ./output/, configurable with -var 'output_dir=/path/to/dir'