From 4a2793445f0bacb2f3643c854ffb74e978b035b7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 21 Dec 2013 09:16:09 -0800 Subject: [PATCH] builder/amazon/chroot: mount in device-specific places --- builder/amazon/chroot/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/amazon/chroot/builder.go b/builder/amazon/chroot/builder.go index e898f4173..33c5bc586 100644 --- a/builder/amazon/chroot/builder.go +++ b/builder/amazon/chroot/builder.go @@ -86,7 +86,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) { } if b.config.MountPath == "" { - b.config.MountPath = "packer-amazon-chroot-volumes/{{.Device}}" + b.config.MountPath = "/mnt/packer-amazon-chroot-volumes/{{.Device}}" } // Accumulate any errors