From fd0296b4c0603f6275d087075bfe4a319db6a080 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 30 Sep 2016 17:20:57 +0200 Subject: Make local build work by removing the graceful shutdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3a70aacac1c83b8bfadcb7af53a9b55cfe31a180 Signed-off-by: Jan-Simon Möller --- packer/templates/basebuild-local-kvm.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'packer/templates') diff --git a/packer/templates/basebuild-local-kvm.json b/packer/templates/basebuild-local-kvm.json index 10ae712a..af13744f 100644 --- a/packer/templates/basebuild-local-kvm.json +++ b/packer/templates/basebuild-local-kvm.json @@ -19,8 +19,6 @@ "output_directory": "output_ubuntu", - "shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -P now", - "disk_size": 20000, "format": "qcow2", "headless": false, -- cgit 1.2.3-korg