diff --git a/doc/EN/installation.org b/doc/EN/installation.org index 9a24bafd..3874510e 100644 --- a/doc/EN/installation.org +++ b/doc/EN/installation.org @@ -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 diff --git a/man/freedombone.1.gz b/man/freedombone.1.gz index 9e395fe4..f79b1a15 100644 Binary files a/man/freedombone.1.gz and b/man/freedombone.1.gz differ diff --git a/website/EN/installation.html b/website/EN/installation.html index 82a081c7..9c517f1e 100644 --- a/website/EN/installation.html +++ b/website/EN/installation.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -253,6 +253,26 @@ If you prefer an advanced installation with all of the options available then us +

+To build a 64bit Virtualbox image: +

+ +
+ +
freedombone-image -t virtualbox-amd64 -s 8G
+
+
+ +

+To build a 64bit Qemu image: +

+ +
+ +
freedombone-image -t qemu-x86_64 -s 8G
+
+
+

Other supported boards are cubieboard2, cubietruck and olinuxino-lime2.