builder/amazon/chroot: mount in device-specific places
This commit is contained in:
parent
f4567ee921
commit
4a2793445f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue