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
|
# $1 => path to the rootfs
|
||||||
|
|
||||||
# TODO: Mirrors sometimes are giving us some 404s
|
MIRROR=${MIRROR:-http://archive.ubuntu.com/ubuntu}
|
||||||
MIRROR=${MIRROR:-mirror://mirrors.ubuntu.com/mirrors.txt}
|
|
||||||
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.ubuntu.com/ubuntu}
|
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.ubuntu.com/ubuntu}
|
||||||
|
|
||||||
cat >> "$1/etc/apt/sources.list" << EOF
|
cat >> "$1/etc/apt/sources.list" << EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue