summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu/edgy
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-20 18:17:41 (GMT)
committerColin Watson <cjwatson@debian.org>2007-06-20 18:17:41 (GMT)
commitae7c66875037bafa64b7b7db356f77c919159072 (patch)
tree634b56fdfb069fa55a444cb10172a5b556d01166 /scripts/ubuntu/edgy
parent6eba42cae87de194f4b88a8c91e9bbd86c87d0e8 (diff)
downloaddebootstrap-ae7c66875037bafa64b7b7db356f77c919159072.zip
debootstrap-ae7c66875037bafa64b7b7db356f77c919159072.tar.gz
debootstrap-ae7c66875037bafa64b7b7db356f77c919159072.tar.bz2
* Add default_mirror function; reorganise the debootstrap script a little
so that it works. Set the default mirror for Ubuntu suites to http://archive.ubuntu.com/ubuntu, and the default mirror for Debian etch/lenny/sid architectures other than amd64 and i386 to http://ftp.us.debian.org/debian (per ajt). r47570
Diffstat (limited to '')
-rw-r--r--scripts/ubuntu/edgy1
-rw-r--r--scripts/ubuntu/edgy.fakechroot1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ubuntu/edgy b/scripts/ubuntu/edgy
index eb5efa1..4c421fc 100644
--- a/scripts/ubuntu/edgy
+++ b/scripts/ubuntu/edgy
@@ -1,3 +1,4 @@
+default_mirror http://archive.ubuntu.com/ubuntu
mirror_style release
download_style apt
finddebs_style from-indices
diff --git a/scripts/ubuntu/edgy.fakechroot b/scripts/ubuntu/edgy.fakechroot
index 0dea4af..dc3e0d3 100644
--- a/scripts/ubuntu/edgy.fakechroot
+++ b/scripts/ubuntu/edgy.fakechroot
@@ -1,5 +1,6 @@
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"
+default_mirror http://archive.ubuntu.com/ubuntu
mirror_style release
download_style apt
finddebs_style from-indices