Merge pull request #8701 from thumperward/fix/windows-iso-symlink-doc

update the note about Windows symlinks
This commit is contained in:
Megan Marsh 2020-02-07 10:31:46 -08:00 committed by GitHub
commit ff4674a49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 10 deletions

View File

@ -29,11 +29,9 @@ import (
// * Amazon S3
//
//
// \~> On windows - when referencing a local iso - if packer is running
// without symlinking rights, the iso will be copied to the cache folder. Read
// [Symlinks in Windows 10
// !](https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/)
// for more info.
// \~> 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.

View File

@ -12,11 +12,9 @@ go-getter supports the following protocols:
* HTTP
* Amazon S3
\~> On windows - when referencing a local iso - if packer is running
without symlinking rights, the iso will be copied to the cache folder. Read
[Symlinks in Windows 10
!](https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/)
for more info.
\~> 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.