Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .web-docs/components/builder/iso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ provisioner](/packer/docs/provisioner/file).
* xorriso
* mkisofs
* hdiutil (normally found in macOS)
* oscdimg (normally found in Windows as part of the Windows ADK)
* oscdimg (normally found in Windows as part of the [Windows ADK](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install)). `Oscdimg` furthermore needs to be added to PATH so that packer can detect it. It's typically installed to `C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg`.

- `cd_content` (map[string]string) - Key/Values to add to the CD. The keys represent the paths, and the values
contents. It can be used alongside `cd_files`, which is useful to add large
Expand Down
2 changes: 1 addition & 1 deletion .web-docs/components/builder/vmcx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ boot time.
* xorriso
* mkisofs
* hdiutil (normally found in macOS)
* oscdimg (normally found in Windows as part of the Windows ADK)
* oscdimg (normally found in Windows as part of the [Windows ADK](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install)). `Oscdimg` furthermore needs to be added to PATH so that packer can detect it. It's typically installed to `C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg`.

- `cd_content` (map[string]string) - Key/Values to add to the CD. The keys represent the paths, and the values
contents. It can be used alongside `cd_files`, which is useful to add large
Expand Down