Document the mirror option for image builds
This commit is contained in:
parent
016ab6388f
commit
fd115de50b
|
@ -53,6 +53,10 @@ To build a 64bit Qemu image:
|
||||||
|
|
||||||
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
|
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
|
||||||
|
|
||||||
|
If the image build fails with an error such as "/Error reading from server. Remote end closed connection/" then you can specify a debian package mirror repository manually with:
|
||||||
|
|
||||||
|
freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
|
||||||
|
|
||||||
Checklist
|
Checklist
|
||||||
=========
|
=========
|
||||||
Before installing Freedombone you will need a few things.
|
Before installing Freedombone you will need a few things.
|
||||||
|
|
|
@ -72,6 +72,12 @@ freedombone-image -t qemu-x86_64 -s 8G
|
||||||
|
|
||||||
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
|
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
|
||||||
|
|
||||||
|
If the image build fails with an error such as "/Error reading from server. Remote end closed connection/" then you can specify a debian package mirror repository manually with:
|
||||||
|
|
||||||
|
#+BEGIN_SRC bash
|
||||||
|
freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Checklist
|
* Checklist
|
||||||
Before installing Freedombone you will need a few things.
|
Before installing Freedombone you will need a few things.
|
||||||
|
|
||||||
|
|
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>
|
||||||
<!-- 2016-01-28 Thu 09:27 -->
|
<!-- 2016-01-28 Thu 11:32 -->
|
||||||
<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>
|
||||||
|
@ -283,6 +283,16 @@ To build a 64bit Qemu image:
|
||||||
<p>
|
<p>
|
||||||
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
|
Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If the image build fails with an error such as "<i>Error reading from server. Remote end closed connection</i>" then you can specify a debian package mirror repository manually with:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="org-src-container">
|
||||||
|
|
||||||
|
<pre class="src src-bash">freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue