Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
9f1ba0d7
Commit
9f1ba0d7
authored
Jul 03, 2015
by
Stefan Scherer
Browse files
add some provisioner scripts
parent
52391c90
Changes
1
Hide whitespace changes
Inline
Side-by-side
windows_10.json
View file @
9f1ba0d7
...
...
@@ -2,9 +2,9 @@
"builders"
:
[
{
"type"
:
"vmware-iso"
,
"iso_url"
:
"http://iso.esd.microsoft.com/W10IP/
E0F85BFCD0F6BA607BF1528926371D21F8F6B6BF
/Windows10_InsiderPreview_x64_EN-US_10
074
.iso"
,
"iso_url"
:
"http://iso.esd.microsoft.com/W10IP/
4B33E0680A465FBA52C09A34454D5EB6
/Windows10_InsiderPreview_x64_EN-US_10
162
.iso"
,
"iso_checksum_type"
:
"sha1"
,
"iso_checksum"
:
"
E354B44994B46FB7CDC295FA1F075D9F95FECEA8
"
,
"iso_checksum"
:
"
31346458255AFEAC1AFEED5C4C61F15D57708B9B
"
,
"headless"
:
false
,
"boot_wait"
:
"2m"
,
"ssh_username"
:
"vagrant"
,
...
...
@@ -32,9 +32,9 @@
},
{
"type"
:
"virtualbox-iso"
,
"iso_url"
:
"http://iso.esd.microsoft.com/W10IP/
E0F85BFCD0F6BA607BF1528926371D21F8F6B6BF
/Windows10_InsiderPreview_x64_EN-US_10
074
.iso"
,
"iso_url"
:
"http://iso.esd.microsoft.com/W10IP/
4B33E0680A465FBA52C09A34454D5EB6
/Windows10_InsiderPreview_x64_EN-US_10
162
.iso"
,
"iso_checksum_type"
:
"sha1"
,
"iso_checksum"
:
"
E354B44994B46FB7CDC295FA1F075D9F95FECEA8
"
,
"iso_checksum"
:
"
31346458255AFEAC1AFEED5C4C61F15D57708B9B
"
,
"headless"
:
false
,
"boot_wait"
:
"2m"
,
"ssh_username"
:
"vagrant"
,
...
...
@@ -66,6 +66,19 @@
]
}
],
"provisioners"
:
[
{
"type"
:
"shell"
,
"remote_path"
:
"/tmp/script.bat"
,
"execute_command"
:
"{{.Vars}} cmd /c C:/Windows/Temp/script.bat"
,
"scripts"
:
[
"./scripts/vm-guest-tools.bat"
,
"./scripts/vagrant-ssh.bat"
,
"./scripts/enable-rdp.bat"
,
"./scripts/compact.bat"
]
}
],
"post-processors"
:
[
{
"type"
:
"vagrant"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment