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
e34d42a3
Commit
e34d42a3
authored
Oct 19, 2015
by
Stefan Scherer
Browse files
Windows 10 Pro Insider Preview Build 10565
parent
2b3c7a44
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e34d42a3
...
...
@@ -13,3 +13,4 @@
*~
/output/
*.webm
tmp/
answer_files/10/Autounattend.xml
View file @
e34d42a3
...
...
@@ -61,7 +61,7 @@
<InstallFrom>
<MetaData
wcm:action=
"add"
>
<Key>
/IMAGE/NAME
</Key>
<Value>
Windows 10
Enterprise Evaluation
</Value>
<Value>
Windows 10
Pro Technical Preview
</Value>
</MetaData>
</InstallFrom>
</OSImage>
...
...
build_windows_10.sh
0 → 100755
View file @
e34d42a3
#!/bin/bash
mkdir
-p
./tmp/10/
echo
"Inserting license ..."
sed
-e
"s/
\<
ProductKey
\>
/
\<
ProductKey
\>\<
Key
\>
$(
pass windows_7_prof_license
)
\<\/
Key
\>
/"
./answer_files/10/Autounattend.xml
>
./tmp/10/Autounattend.xml
diff ./answer_files/10/Autounattend.xml ./tmp/10/Autounattend.xml
packer build
--only
=
vmware-iso
--var
autounattend
=
./tmp/10/Autounattend.xml windows_10.json
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