From 509c78896c9414ac0b30c718adcb0efad67596d1 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 18 May 2017 11:25:33 +0200 Subject: updated README --- README.md | 160 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 91 insertions(+), 69 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 295e3b0..381e437 100644 --- a/README.md +++ b/README.md @@ -10,111 +10,133 @@ Download: https://www.packer.io/downloads.html ## Usage 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! +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