diff --git a/.web-docs/components/builder/iso/README.md b/.web-docs/components/builder/iso/README.md index d50c49ce..d9dfd68d 100644 --- a/.web-docs/components/builder/iso/README.md +++ b/.web-docs/components/builder/iso/README.md @@ -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 diff --git a/.web-docs/components/builder/vmcx/README.md b/.web-docs/components/builder/vmcx/README.md index d56b35ce..1f1d806e 100644 --- a/.web-docs/components/builder/vmcx/README.md +++ b/.web-docs/components/builder/vmcx/README.md @@ -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