Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
aee93096
Commit
aee93096
authored
Nov 02, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: docs on disabling guest additions
parent
aa95caa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
website/source/docs/builders/virtualbox.html.markdown
website/source/docs/builders/virtualbox.html.markdown
+7
-5
No files found.
website/source/docs/builders/virtualbox.html.markdown
View file @
aee93096
...
@@ -34,8 +34,8 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio
...
@@ -34,8 +34,8 @@ Ubuntu to self-install. Still, the example serves to show the basic configuratio
}
}
</pre>
</pre>
It is important to add a
`shutdown_command`
. By default Packer halts the
It is important to add a
`shutdown_command`
. By default Packer halts the
virtual machine and the file system may not be sync'd. Thus, changes made in a
virtual machine and the file system may not be sync'd. Thus, changes made in a
provisioner might not be saved.
provisioner might not be saved.
## Configuration Reference
## Configuration Reference
...
@@ -90,9 +90,11 @@ Optional:
...
@@ -90,9 +90,11 @@ Optional:
*
`format`
(string) - Either "ovf" or "ova", this specifies the output
*
`format`
(string) - Either "ovf" or "ova", this specifies the output
format of the exported virtual machine. This defaults to "ovf".
format of the exported virtual machine. This defaults to "ovf".
*
`guest_additions_attach`
(bool) - If this is true (defaults to "false"),
*
`guest_additions_mode`
(string) - The method by which guest additions
the guest additions ISO will be attached to the virtual machine as a CD
are made available to the guest for installation. Valid options are
rather than uploaded as a raw ISO.
"upload", "attach", or "disable". The functions of each of these should be
self-explanatory. The default value is "upload". If "disable" is used,
guest additions won't be downloaded, either.
*
`guest_additions_path`
(string) - The path on the guest virtual machine
*
`guest_additions_path`
(string) - The path on the guest virtual machine
where the VirtualBox guest additions ISO will be uploaded. By default this
where the VirtualBox guest additions ISO will be uploaded. By default this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment