From 65b64d04d010fc53f4236f346796a2c44448474b Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 26 Mar 2020 15:51:51 -0700 Subject: [PATCH] remove docs about windows symlinks which are now inaccurage --- common/iso_config.go | 5 ----- website/source/partials/common/_ISOConfig.html.md | 4 ---- 2 files changed, 9 deletions(-) diff --git a/common/iso_config.go b/common/iso_config.go index 0326965eb..b8a201402 100644 --- a/common/iso_config.go +++ b/common/iso_config.go @@ -25,11 +25,6 @@ import ( // * HTTP // * Amazon S3 // -// -// \~> On Windows, using a symlink to refer to local files is currently -// unsupported. Packer will always copy a local iso into the Packer cache -// directory. -// // Examples: // go-getter can guess the checksum type based on `iso_checksum` len. // diff --git a/website/source/partials/common/_ISOConfig.html.md b/website/source/partials/common/_ISOConfig.html.md index 9fbd594b1..43addc278 100644 --- a/website/source/partials/common/_ISOConfig.html.md +++ b/website/source/partials/common/_ISOConfig.html.md @@ -12,10 +12,6 @@ go-getter supports the following protocols: * HTTP * Amazon S3 -\~> On Windows, using a symlink to refer to local files is currently -unsupported. Packer will always copy a local iso into the Packer cache -directory. - Examples: go-getter can guess the checksum type based on `iso_checksum` len.