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
5d800858
Commit
5d800858
authored
Oct 27, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'berendt-fix_qemu_size_argument'
parents
a4761087
3504e4c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
website/source/docs/builders/qemu.html.markdown
website/source/docs/builders/qemu.html.markdown
+4
-4
No files found.
website/source/docs/builders/qemu.html.markdown
View file @
5d800858
...
...
@@ -186,7 +186,7 @@ qemu-system-x86 command. The arguments are all printed for review.
```
javascript
// ...
"
qemuargs
"
:
[
[
"
-m
"
,
"
1024
m
"
],
[
"
-m
"
,
"
1024
M
"
],
[
"
--no-acpi
"
,
""
],
[
"
-netdev
"
,
...
...
@@ -201,9 +201,9 @@ qemu-system-x86 command. The arguments are all printed for review.
would produce the following (not including other defaults supplied by the builder and not otherwise conflicting with the qemuargs):
```
text
qemu-system-x86 -m 1024m --no-acpi -netdev user,id=mynet0,hostfwd=hostip:hostport-guestip:guestport -device virtio-net,netdev=mynet0"
```
<pre
class=
"prettyprint"
>
qemu-system-x86 -m 1024m --no-acpi -netdev user,id=mynet0,hostfwd=hostip:hostport-guestip:guestport -device virtio-net,netdev=mynet0"
</pre>
*
`qemu_binary`
(string) - The name of the Qemu binary to look for. This
defaults to "qemu-system-x86_64", but may need to be changed for some
...
...
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