From 2ecb5d98fe9d5bc7b98913bb60ce196a2366a531 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 7 Apr 2017 14:44:45 +0200 Subject: root password now set via ROOTPW env var --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5d2bacf..aefd6d9 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,19 @@ Packer-based generation of reference systems using distro's ISOs. Packer => 0.12.2 Download: https://www.packer.io/downloads.html -## Usage: Creating base images +## Usage -The file 'base.json' contains default variables (VM, SSH) common to all templates. -Thus it should always be included using packer's '-var-file' option. +The file 'base.json' contains default variables (VM, SSH) common to all templates, +and must always be included using packer's '-var-file' option. +The root password is expected to be in the ROOTPW environment variable. +The installation procedure will fail without it! Basic usage: - packer build -var-file=base.json