Browse Source

Building vm images

Bob Mottram 9 years ago
parent
commit
ace08a4a97
3 changed files with 33 additions and 1 deletions
  1. 12
    0
      doc/EN/installation.org
  2. BIN
      man/freedombone.1.gz
  3. 21
    1
      website/EN/installation.html

+ 12
- 0
doc/EN/installation.org View File

@@ -41,6 +41,18 @@ If you prefer an advanced installation with all of the options available then us
41 41
 freedombone-image -t beaglebone -s 8G --minimal no
42 42
 #+END_SRC
43 43
 
44
+To build a 64bit Virtualbox image:
45
+
46
+#+BEGIN_SRC bash
47
+freedombone-image -t virtualbox-amd64 -s 8G
48
+#+END_SRC
49
+
50
+To build a 64bit Qemu image:
51
+
52
+#+BEGIN_SRC bash
53
+freedombone-image -t qemu-x86_64 -s 8G
54
+#+END_SRC
55
+
44 56
 Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
45 57
 
46 58
 * Checklist

BIN
man/freedombone.1.gz View File


+ 21
- 1
website/EN/installation.html View File

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2015-12-03 Thu 12:26 -->
6
+<!-- 2015-12-03 Thu 14:19 -->
7 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -254,6 +254,26 @@ If you prefer an advanced installation with all of the options available then us
254 254
 </div>
255 255
 
256 256
 <p>
257
+To build a 64bit Virtualbox image:
258
+</p>
259
+
260
+<div class="org-src-container">
261
+
262
+<pre class="src src-bash">freedombone-image -t virtualbox-amd64 -s 8G
263
+</pre>
264
+</div>
265
+
266
+<p>
267
+To build a 64bit Qemu image:
268
+</p>
269
+
270
+<div class="org-src-container">
271
+
272
+<pre class="src src-bash">freedombone-image -t qemu-x86_64 -s 8G
273
+</pre>
274
+</div>
275
+
276
+<p>
257 277
 Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.
258 278
 </p>
259 279
 </div>