-
Notifications
You must be signed in to change notification settings - Fork 264
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
Option to disable BITS #231
Closed
Closed
Conversation
This file contains 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Signed-off-by: Tim Smith <[email protected]>
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.
…lates so that the username and password is anchored to the vm_name if the user wants to apply a patch or do a search/replace.
…ded name "ssh_timeout".
…ll the templates.
…back to the vmware-iso builder in all the templates using the "cores" key.
…r2-standardcore.json template.
…at were missing it. This option is used by packer's ssh communicator, but isn't documented in the hyperv-iso document.
…ates 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.
….json so that it's a string.
Fixed the deprecated or superseded options in all of the templates, and re-ordered the username and password fields so they're anchored by "vm_name" near the end of each builder. This closes issue boxcutter#219.
…chef in script/cmtool.bat, and "licensed" to the most recent non-free version.
…" versus "latest" for the chef configuration management tools.
… 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.
… end of a conditional in batch files.
…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.
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
: