mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
fix lost command part
This commit is contained in:
parent
f5ba9c7b2f
commit
96e17b84bf
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ var supportedCDISOCreationCommands []cdISOCreationCommand = []cdISOCreationComma
|
|||
"hdiutil", func(path string, label string, source string, dest string) *exec.Cmd {
|
||||
return exec.Command(
|
||||
path,
|
||||
"makehybrid",
|
||||
"-o", dest,
|
||||
"-hfs",
|
||||
"-joliet",
|
||||
|
|
|
|||
Loading…
Reference in a new issue