-
Notifications
You must be signed in to change notification settings - Fork 263
Option to Disable BITS #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove EOL Windows 8
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>
Slim down Windows 10
… 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.
…ch-1 Fix copy/paste error.
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
Feature/hyperv
…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.
…the user about the Omnitruck API.
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.
… so that they're hella easier to compare.
…albox builders in each of the templates.
…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.
Contributor
Author
|
@arizvisa This was the easiest one to do so it was done first. |
Closed
…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. ...
0d729d9 to
6455ddf
Compare
9ef9838 to
e68bead
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow disable of BITS.
Edit
floppy\_packer_config.cmd: