Commit 860542bf authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer: isotime is launch time [GH-1153]

parent e9727df1
......@@ -10,6 +10,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: `isotime` is the same time during the entire build. [GH-1153]
* builder/parallels: Do not delete entire CDROM device. [GH-1115]
* builder/virtualbox-ovf: Supports guest additions options. [GH-1120]
* builder/vmware: Remote ESXi builder now uploads floppy. [GH-1106]
......
......@@ -111,7 +111,7 @@ func templateEnv(n string) string {
}
func templateISOTime() string {
return time.Now().UTC().Format(time.RFC3339)
return InitTime.Format(time.RFC3339)
}
func templatePwd() (string, error) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment