From 81f7fd69559d86cfa0ee5511593d4512ac013e3c Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 14 Jul 2020 17:04:27 +0200 Subject: [PATCH] better timing --- examples/hcl/linux/variables.alpine.pkr.hcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/hcl/linux/variables.alpine.pkr.hcl b/examples/hcl/linux/variables.alpine.pkr.hcl index 8531b43de..62c0e47cb 100644 --- a/examples/hcl/linux/variables.alpine.pkr.hcl +++ b/examples/hcl/linux/variables.alpine.pkr.hcl @@ -41,15 +41,16 @@ locals { "setup-alpine -f /media/floppy/alpine-vsphere-answers", "${var.alpine_password}", "${var.alpine_password}", - "", + "", "y", - "", + "", "reboot", - "", + "", "root", "${var.alpine_password}", "mount -t vfat /dev/fd0 /media/floppy", "/media/floppy/alpine-setup.sh", + "", ] }