# Packer templates for OpenSLX Packer-based generation of reference systems using distro's ISOs. ## Dependencies Packer => 0.12.2 Download: https://www.packer.io/downloads.html ## Usage The file 'base.json' contains default variables (VM, SSH) common to all templates, and should always be included using packer's '-var-file' option. The root password is expected to be specified as the ROOTPW environment variable! Basic usage: ```shell ROOTPW= packer build -var-file=base.json