|  | @@ -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>
 |