Skip to content

Conversation

@daxgames
Copy link
Contributor

@daxgames daxgames commented Feb 20, 2020

Allow disable of BITS.

Edit floppy\_packer_config.cmd:

:: Uncomment the following to disable BITS so scripts can fail instead of hanging when
:: BITS doesn't work right.
:: Default: (unset)
:: set DISABLE_BITS=1

tas50 and others added 30 commits November 6, 2017 13:37
Update the eval windows 10 to the latest release
Update Chef / ChefDK to the latest versions
Update vbox tools to the latest release
Remove things we don't need for a vagrant box. Ads, personalization,
windows defender, cortana, feedback prompts.

Signed-off-by: Tim Smith <tsmith@chef.io>
… user-variables defined within each json template. Also added a default-empty `guest_additions_url` variable for allowing the user to specify the guest additions iso for VirtualBox builders.
Updated all the hardcoded definitions of disk size, memory, and cpus to use user-variables.
Signed-off-by: Irving Popovetsky <irving@chef.io>
Update Windows 10 ISOs to version 1709 (Fall Creators update)
Entirely rework and simplify how we disable windows update. This should
be complete this time according to various docs I can find on the
Iternet. Later versions of windows pretty aggressively reenable things.

Signed-off-by: Tim Smith <tsmith@chef.io>
Signed-off-by: Tim Smith <tsmith@chef.io>
Allow passing on error behaviour via ON_ERROR make variable.
Fix download URLs for 2012 R2 and 2016
boxcutter#157

I'm just a PR custodian in this instance - all credit goes to these folks!
- @StefanScherer 
- @externl
- @tobinquadros
…--update-win10-url

Update to win10 URL for issue boxcutter#157
…the cpus, memory for vmware-iso, virtualbox-iso, and parallels-iso. Also updated to use the disk_adapter_type (for vmware-iso).
Updated all of the templates to use current Packer schema for specifying the cpus and memory.
Fix:
Error starting VM: VBoxManage error: VBoxManage: error: Duplicate
config values '/CPUM/CMPXCHG16B' and '/CPUM/IsaExts/CMPXCHG16B' - please
remove the former! (VERR_DUPLICATE)

/CPUM/CMPXCHG16B was deprecated at least in 2015 and removed in
VirtualBox 6.
arizvisa and others added 17 commits January 14, 2020 20:39
Updated the chef installers in script/cmtool.bat to constrain the installed components to the latest non-licensed (free) version by default, and to use "licensed" to represent the latest licensed (non-free) version.

This PR is based on PR boxcutter#202.
… they begin with their Autounattend.xml script which makes the field hella easier to compare.
…uilder for the eval-win7x86-enterprise-ssh.json template.
…t) to floppy_files for the hyperv-iso builder in the win2012r2-standard-cygwin.json template.
Clean up unused files (floppy/oracle-cert.cer) leftover from merging PR boxcutter#91 

PR boxcutter#91 actually supersedes the usage of floppy/oracle-cert.cer when installing VirtualBox and so this code-signing certificate (which expired in 2019/03 anyways) is not in use anymore.
Fix the floppy_files for the hyperv-iso builder belonging to win2012r2-standard-cygwin.json template.

This closes issue boxcutter#225.
Fix the floppy_files for the hyperv-iso builder belonging to the eval-win7x86-enterprise-ssh.json template.

This closes issue boxcutter#224.
@daxgames
Copy link
Contributor Author

@arizvisa This was the easiest one to do so it was done first.

@daxgames daxgames changed the title Disable bits Disable BITS Feb 26, 2020
@daxgames daxgames changed the title Disable BITS Option to Disable BITS Feb 26, 2020
@daxgames daxgames mentioned this pull request Feb 26, 2020
Dax T. Games added 4 commits February 26, 2020 11:10
…windows into disable-bits

* 'disable-bits' of https://github.com/daxgames/boxcutter_windows: (102 commits)
  sync
  disable bits
  disable bits
  disable bits
  update Makefile to allow disable bits
  spacing
  Fixed an instance of the wrong script being passed (floppy/openssh.bat) to floppy_files for the hyperv-iso builder in the win2012r2-standard-cygwin.json template.
  Added a missing floppy_files item for openssh.bat to the hyperv-iso builder for the eval-win7x86-enterprise-ssh.json template.
  Removed the floppy/oracle-cert.cer file as it's not used anymore.
  Removed unused reference to floppy/oracle-cert.cer from all the virtualbox builders in each of the templates.
  Sorted all of the floppy_files in all the templates lexicographically so that they're hella easier to compare.
  Updated the order of the floppy_files in all of the templates so that they begin with their Autounattend.xml script which makes the field hella easier to compare.
  Re-ordered some of the keys in all of the builders.
  Removed some stray double-quotes in script/cmtool.bat when informing the user about the Omnitruck API.
  Fixed the comments in script/cmtool.bat as you can't have them at the end of a conditional in batch files.
  Updated script/cmtool.bat to let the user know if an explicit version was chosen with the OMNITRUCK_VERSION environment variable. This case is not common and only exists to inform users that re-use this script in their own fork.
  Updated the documentation (README.md) to mention specifying "licensed" versus "latest" for the chef configuration management tools.
  Quick example of setting "latest" to the most recent free version of chef in script/cmtool.bat, and "licensed" to the most recent non-free version.
  Fixed the "update" user variable in wip/win2008r2-standardcore-cygwin.json so that it's a string.
  Re-ordered all the builders in the *-ssh.json and *-cygwin.json templates so that the ssh_username and ssh_password fields are defined near the end of the builder to help anchor (fuzzy) patches or search-replace next to the vm_name.
  ...
…windows into disable-bits

* 'disable-bits' of https://github.com/daxgames/boxcutter_windows: (102 commits)
  sync
  disable bits
  disable bits
  disable bits
  update Makefile to allow disable bits
  spacing
  Fixed an instance of the wrong script being passed (floppy/openssh.bat) to floppy_files for the hyperv-iso builder in the win2012r2-standard-cygwin.json template.
  Added a missing floppy_files item for openssh.bat to the hyperv-iso builder for the eval-win7x86-enterprise-ssh.json template.
  Removed the floppy/oracle-cert.cer file as it's not used anymore.
  Removed unused reference to floppy/oracle-cert.cer from all the virtualbox builders in each of the templates.
  Sorted all of the floppy_files in all the templates lexicographically so that they're hella easier to compare.
  Updated the order of the floppy_files in all of the templates so that they begin with their Autounattend.xml script which makes the field hella easier to compare.
  Re-ordered some of the keys in all of the builders.
  Removed some stray double-quotes in script/cmtool.bat when informing the user about the Omnitruck API.
  Fixed the comments in script/cmtool.bat as you can't have them at the end of a conditional in batch files.
  Updated script/cmtool.bat to let the user know if an explicit version was chosen with the OMNITRUCK_VERSION environment variable. This case is not common and only exists to inform users that re-use this script in their own fork.
  Updated the documentation (README.md) to mention specifying "licensed" versus "latest" for the chef configuration management tools.
  Quick example of setting "latest" to the most recent free version of chef in script/cmtool.bat, and "licensed" to the most recent non-free version.
  Fixed the "update" user variable in wip/win2008r2-standardcore-cygwin.json so that it's a string.
  Re-ordered all the builders in the *-ssh.json and *-cygwin.json templates so that the ssh_username and ssh_password fields are defined near the end of the builder to help anchor (fuzzy) patches or search-replace next to the vm_name.
  ...
@daxgames daxgames closed this Feb 26, 2020
@daxgames daxgames deleted the disable-bits branch February 26, 2020 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.