Skip to content

Commit

Permalink
Fix qemu command
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Sep 22, 2017
1 parent f5b673e commit 4c1f901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download/virtual-machine.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4>QEMU</h4>

<pre class="language-bash">
<code class="language-bash">
qemu-system-x86_64 -enable-kvm -m 1GB -vga qxl -net user,hostfwd=tcp::10022-:22 -net nic -cdrom lirios-20170116-x86_64.iso
qemu-system-x86_64 -enable-kvm -m 1G -vga qxl -net user,hostfwd=tcp::10022-:22 -net nic -cdrom lirios-20170116-x86_64.iso
</code>
</pre>

Expand Down

0 comments on commit 4c1f901

Please sign in to comment.