summaryrefslogtreecommitdiff
path: root/examples/cubietruck.sh
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2016-01-12 19:35:31 +0000
committerNeil Williams <codehelp@debian.org>2016-01-12 19:35:31 +0000
commit08f12f06a97be6ab45b183c3770d6f6de1075d85 (patch)
treed697e5f44858011944a971d3125fa011ad5a6f31 /examples/cubietruck.sh
parent8452b48b0949a00bd7b0b315149c9a531b50d5f1 (diff)
downloadvmdebootstrap-08f12f06a97be6ab45b183c3770d6f6de1075d85.tar.gz
Use httpredir.debian.org
Martin Michlmayr <tbm@hpe.com> http://lists.alioth.debian.org/pipermail/vmdebootstrap-devel/Week-of-Mon-20160111/000391.html
Diffstat (limited to 'examples/cubietruck.sh')
-rwxr-xr-xexamples/cubietruck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cubietruck.sh b/examples/cubietruck.sh
index f1c05e7..9f1cfd2 100755
--- a/examples/cubietruck.sh
+++ b/examples/cubietruck.sh
@@ -7,7 +7,7 @@ user=`whoami`
sudo vmdebootstrap \
--owner ${user} --verbose \
--size 3G \
- --mirror http://http.debian.net/debian \
+ --mirror http://httpredir.debian.org/debian \
--log cubietruck.log --log-level debug \
--arch armhf \
--foreign /usr/bin/qemu-arm-static \