From 4ea339587229f90ead96ab29f3bed0542e700b57 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 4 Apr 2013 20:10:12 -0300 Subject: [PATCH] Revert "Use ubuntu mirrors for debootstrapping" This reverts commit 8a3c68b2403d17b4dc301a4afadbb7f9b5f076f2 and fixes #38 Conflicts: boxes/quantal64/download-ubuntu --- boxes/quantal64/download-ubuntu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boxes/quantal64/download-ubuntu b/boxes/quantal64/download-ubuntu index 6b18dc2..7500431 100755 --- a/boxes/quantal64/download-ubuntu +++ b/boxes/quantal64/download-ubuntu @@ -23,8 +23,7 @@ write_sourceslist() { # $1 => path to the rootfs - # TODO: Mirrors sometimes are giving us some 404s - MIRROR=${MIRROR:-mirror://mirrors.ubuntu.com/mirrors.txt} + MIRROR=${MIRROR:-http://archive.ubuntu.com/ubuntu} SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.ubuntu.com/ubuntu} cat >> "$1/etc/apt/sources.list" << EOF