Browse Source

Document the mirror option for image builds

Bob Mottram 9 years ago
parent
commit
fd115de50b
4 changed files with 21 additions and 1 deletions
  1. 4
    0
      README.md
  2. 6
    0
      doc/EN/installation.org
  3. BIN
      man/freedombone-image.1.gz
  4. 11
    1
      website/EN/installation.html

+ 4
- 0
README.md View File

@@ -53,6 +53,10 @@ To build a 64bit Qemu image:
53 53
 
54 54
 Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
55 55
 
56
+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:
57
+
58
+    freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
59
+
56 60
 Checklist
57 61
 =========
58 62
 Before installing Freedombone you will need a few things.

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

@@ -72,6 +72,12 @@ freedombone-image -t qemu-x86_64 -s 8G
72 72
 
73 73
 Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
74 74
 
75
+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:
76
+
77
+#+BEGIN_SRC bash
78
+freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
79
+#+END_SRC
80
+
75 81
 * Checklist
76 82
 Before installing Freedombone you will need a few things.
77 83
 

BIN
man/freedombone-image.1.gz View File


+ 11
- 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
-<!-- 2016-01-28 Thu 09:27 -->
6
+<!-- 2016-01-28 Thu 11:32 -->
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>
@@ -283,6 +283,16 @@ To build a 64bit Qemu image:
283 283
 <p>
284 284
 Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
285 285
 </p>
286
+
287
+<p>
288
+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:
289
+</p>
290
+
291
+<div class="org-src-container">
292
+
293
+<pre class="src src-bash">freedombone-image -t beaglebone -s 8G -m http://ftp.de.debian.org/debian
294
+</pre>
295
+</div>
286 296
 </div>
287 297
 </div>
288 298