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
e0e72970
Commit
e0e72970
authored
May 05, 2016
by
Stefan Scherer
Browse files
Remove boot_command, fixes timing problems
parent
80b526a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
windows_2016.json
View file @
e0e72970
...
...
@@ -7,8 +7,7 @@
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"boot_wait"
:
"6m"
,
"boot_command"
:
[
"{{user `product_key`}}<enter>"
],
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
...
...
@@ -42,8 +41,7 @@
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"boot_wait"
:
"7m"
,
"boot_command"
:
[
"{{user `product_key`}}<enter>"
],
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
...
...
@@ -109,10 +107,9 @@
}
],
"variables"
:
{
"iso_url"
:
"https://aka.ms/tp
4
/serveriso"
,
"iso_url"
:
"https://aka.ms/tp
5
/serveriso"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"935ba77651210bd1bd71a114c92b0caa"
,
"autounattend"
:
"./answer_files/2016/Autounattend.xml"
,
"product_key"
:
"<tab>"
"iso_checksum"
:
"6417ba460f95bd91ded05dfacd553783"
,
"autounattend"
:
"./answer_files/2016/Autounattend.xml"
}
}
windows_2016_core.json
View file @
e0e72970
...
...
@@ -91,9 +91,9 @@
}
],
"variables"
:
{
"iso_url"
:
"http://
care.dlservice.microsoft.com/dl/download/7/3/C/73C250BE-67C4-440B-A69B-D0E8EE77F01C/10514.0.150808-1529.TH2_RELEASE_SERVER_OEMRET_X64FRE_EN-US.ISO
"
,
"iso_url"
:
"http
s
://
aka.ms/tp5/serveriso
"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"
7003c2a4f9abe672c570ff018fbf3a27
"
,
"autounattend"
:
"./answer_files/2016
_core
/Autounattend.xml"
"iso_checksum"
:
"
6417ba460f95bd91ded05dfacd553783
"
,
"autounattend"
:
"./answer_files/2016/Autounattend.xml"
}
}
windows_2016_docker.json
View file @
e0e72970
...
...
@@ -7,8 +7,7 @@
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"boot_wait"
:
"7m"
,
"boot_command"
:
[
"{{user `product_key`}}<enter>"
],
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
...
...
@@ -43,8 +42,7 @@
"iso_checksum_type"
:
"{{user `iso_checksum_type`}}"
,
"iso_checksum"
:
"{{user `iso_checksum`}}"
,
"headless"
:
false
,
"boot_wait"
:
"7m"
,
"boot_command"
:
[
"{{user `product_key`}}<enter>"
],
"boot_wait"
:
"2m"
,
"winrm_username"
:
"vagrant"
,
"winrm_password"
:
"vagrant"
,
"winrm_timeout"
:
"6h"
,
...
...
@@ -129,7 +127,6 @@
"iso_url"
:
"https://aka.ms/tp5/serveriso"
,
"iso_checksum_type"
:
"md5"
,
"iso_checksum"
:
"6417ba460f95bd91ded05dfacd553783"
,
"autounattend"
:
"./answer_files/2016/Autounattend.xml"
,
"product_key"
:
"<tab>"
"autounattend"
:
"./answer_files/2016/Autounattend.xml"
}
}
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