diff --git a/README.md b/README.md index 44f456a1..3aa799fe 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ To build a 64bit Qemu image: 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 ========= Before installing Freedombone you will need a few things. diff --git a/doc/EN/installation.org b/doc/EN/installation.org index 443f1c10..e8c2f6a3 100644 --- a/doc/EN/installation.org +++ b/doc/EN/installation.org @@ -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. +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 Before installing Freedombone you will need a few things. diff --git a/man/freedombone-image.1.gz b/man/freedombone-image.1.gz index 2ee33e74..08816383 100644 Binary files a/man/freedombone-image.1.gz and b/man/freedombone-image.1.gz differ diff --git a/website/EN/installation.html b/website/EN/installation.html index e730bb6c..868e420c 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">
- +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 ++