Skip to content
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
wants to merge 125 commits into from
Closed

Conversation

daxgames
Copy link
Contributor

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 28 commits January 13, 2020 08:04
…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.
…back to the vmware-iso builder in all the templates using the "cores" key.
…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.
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.
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 daxgames closed this Feb 26, 2020
@daxgames daxgames deleted the disble-bits branch February 26, 2020 17:23
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.