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

Adding VBox settings for DVD, chipset, VRAM #6

Closed
wants to merge 3 commits into from

Conversation

joaocc
Copy link

@joaocc joaocc commented Jul 26, 2015

(please note that I have not tried to build them in the packer environment, but I use these settings in VBox)

@joaocc joaocc mentioned this pull request Jul 26, 2015
[ "modifyvm", "{{.Name}}", "--cpus", "2" ],
[ "modifyvm", "{{.Name}}", "--vram", "36" ],
[ "modifyvm", "{{.Name}}", "--chipset", "ich9" ],
[ "storageattach", "{{.Name}}", "--storagectl", "IDE Controller", "--port", "1", "--device", "0", "--type", "dvddrive", "--medium", "additions" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could also use "guest_additions_mode": attach to do this automatically via Packer. I may open a pull request with 'attach' since I'm running into a build failure with upload.

@mwrock mwrock closed this Jul 1, 2016
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.

3 participants