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.