Skip to content

Commit

Permalink
Merge pull request #44 from juliandunn/fix-windows-8-enterprise
Browse files Browse the repository at this point in the history
Fix Windows 8 Enterprise box builds.
  • Loading branch information
juliandunn committed May 7, 2013
2 parents 0fd49d5 + 55e9640 commit 89110b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions definitions/windows-8-enterprise/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</DiskConfiguration>

<UserData>
<!-- Product Key from http://technet.microsoft.com/en-us/library/ff793406.aspx -->
<ProductKey>YC6KT-GKW9T-YTKYR-T4X34-R7VHC
<!-- Product Key from http://technet.microsoft.com/en-us/library/jj612867.aspx -->
<ProductKey>32JNW-9KQ84-P47T8-D8GGY-CWCK7
<WillShowUI>Never</WillShowUI>
</ProductKey>

Expand Down
3 changes: 2 additions & 1 deletion definitions/windows-8-enterprise/definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
:iso_src => iso_src,
:iso_md5 => "6beffd994574ca89417286f0dc056108",
:winrm_host_port => "5988",
:kickstart_port => "7150"
:kickstart_port => "7150",
:memory_size=> "512"
})

Veewee::Session.declare session

0 comments on commit 89110b2

Please sign in to comment.