Parcourir la source

Document the mirror option for image builds

Bob Mottram il y a 9 ans
Parent
révision
fd115de50b
4 fichiers modifiés avec 21 ajouts et 1 suppressions
  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 Voir le fichier

53
 
53
 
54
 Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
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
 Checklist
60
 Checklist
57
 =========
61
 =========
58
 Before installing Freedombone you will need a few things.
62
 Before installing Freedombone you will need a few things.

+ 6
- 0
doc/EN/installation.org Voir le fichier

72
 
72
 
73
 Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
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
 * Checklist
81
 * Checklist
76
 Before installing Freedombone you will need a few things.
82
 Before installing Freedombone you will need a few things.
77
 
83
 

BIN
man/freedombone-image.1.gz Voir le fichier


+ 11
- 1
website/EN/installation.html Voir le fichier

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-01-28 Thu 09:27 -->
6
+<!-- 2016-01-28 Thu 11:32 -->
7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
283
 <p>
283
 <p>
284
 Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
284
 Other supported boards are cubieboard2, cubietruck, olinuxino-lime, olinuxino-lime2 and olinuxino-micro.
285
 </p>
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
 </div>
296
 </div>
287
 </div>
297
 </div>
288
 
298