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
|
freedombone-image -t beaglebone -s 8G --minimal no
|
||||||
#+END_SRC
|
#+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.
|
Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
|
||||||
|
|
||||||
* Checklist
|
* Checklist
|
||||||
|
|
Binary file not shown.
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<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 http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title></title>
|
<title></title>
|
||||||
|
@ -253,6 +253,26 @@ If you prefer an advanced installation with all of the options available then us
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</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>
|
<p>
|
||||||
Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
|
Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue