From 00f6d61f08aa2acc396671b65eb729271428bfc6 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Tue, 16 Dec 2025 12:15:50 +0100 Subject: [PATCH 1/2] Add Windows ADK download & install links. --- .web-docs/components/builder/iso/README.md | 2 +- .web-docs/components/builder/vmcx/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.web-docs/components/builder/iso/README.md b/.web-docs/components/builder/iso/README.md index d50c49ce..4415245c 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)) - `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..4cf81ebf 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)) - `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 From 46954a8af2e3e8686c90b90c25243250c38ce686 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Tue, 16 Dec 2025 12:21:43 +0100 Subject: [PATCH 2/2] Extend "oscdimg" doc to also describe need for adding it to PATH --- .web-docs/components/builder/iso/README.md | 2 +- .web-docs/components/builder/vmcx/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.web-docs/components/builder/iso/README.md b/.web-docs/components/builder/iso/README.md index 4415245c..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](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install)) + * 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 4cf81ebf..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](https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install)) + * 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