Fixes #2828: parallels prlctl_post don't interpolate values.
This commit is contained in:
parent
d1f9a46c13
commit
141dcd5c03
|
@ -65,6 +65,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
|
|||
Exclude: []string{
|
||||
"boot_command",
|
||||
"prlctl",
|
||||
"prlctl_post",
|
||||
"parallels_tools_guest_path",
|
||||
},
|
||||
},
|
||||
|
|
|
@ -41,6 +41,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
|
|||
Exclude: []string{
|
||||
"boot_command",
|
||||
"prlctl",
|
||||
"prlctl_post",
|
||||
"parallels_tools_guest_path",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue