Building vm images
This commit is contained in:
parent
23653a587e
commit
ace08a4a97
|
@ -41,6 +41,18 @@ If you prefer an advanced installation with all of the options available then us
|
|||
freedombone-image -t beaglebone -s 8G --minimal no
|
||||
#+END_SRC
|
||||
|
||||
To build a 64bit Virtualbox image:
|
||||
|
||||
#+BEGIN_SRC bash
|
||||
freedombone-image -t virtualbox-amd64 -s 8G
|
||||
#+END_SRC
|
||||
|
||||
To build a 64bit Qemu image:
|
||||
|
||||
#+BEGIN_SRC bash
|
||||
freedombone-image -t qemu-x86_64 -s 8G
|
||||
#+END_SRC
|
||||
|
||||
Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
|
||||
|
||||
* Checklist
|
||||
|
|
Binary file not shown.
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2015-12-03 Thu 12:26 -->
|
||||
<!-- 2015-12-03 Thu 14:19 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -253,6 +253,26 @@ If you prefer an advanced installation with all of the options available then us
|
|||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
To build a 64bit Virtualbox image:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">freedombone-image -t virtualbox-amd64 -s 8G
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
To build a 64bit Qemu image:
|
||||
</p>
|
||||
|
||||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-bash">freedombone-image -t qemu-x86_64 -s 8G
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue