Revert "Use ubuntu mirrors for debootstrapping"

This reverts commit 8a3c68b240 and fixes #38

Conflicts:
	boxes/quantal64/download-ubuntu
This commit is contained in:
Fabio Rehm 2013-04-04 20:10:12 -03:00
parent 8ecb88a760
commit 4ea3395872

View file

@ -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