Revert "Use ubuntu mirrors for debootstrapping"
This reverts commit 8a3c68b240
and fixes #38
Conflicts:
boxes/quantal64/download-ubuntu
This commit is contained in:
parent
8ecb88a760
commit
4ea3395872
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue