summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/edgy2
-rw-r--r--scripts/feisty2
-rw-r--r--scripts/gutsy7
3 files changed, 8 insertions, 3 deletions
diff --git a/scripts/edgy b/scripts/edgy
index 9f0dda4..719a258 100644
--- a/scripts/edgy
+++ b/scripts/edgy
@@ -1,6 +1,6 @@
case $ARCH in
amd64|i386|powerpc|sparc)
- default_mirror http://archive.ubuntu.com/ubuntu
+ default_mirror http://old-releases.ubuntu.com/ubuntu
;;
*)
default_mirror http://ports.ubuntu.com/ubuntu-ports
diff --git a/scripts/feisty b/scripts/feisty
index b0a4631..e38f799 100644
--- a/scripts/feisty
+++ b/scripts/feisty
@@ -1,6 +1,6 @@
case $ARCH in
amd64|i386|powerpc|sparc)
- default_mirror http://archive.ubuntu.com/ubuntu
+ default_mirror http://old-releases.ubuntu.com/ubuntu
;;
*)
default_mirror http://ports.ubuntu.com/ubuntu-ports
diff --git a/scripts/gutsy b/scripts/gutsy
index 3e53e13..1846df2 100644
--- a/scripts/gutsy
+++ b/scripts/gutsy
@@ -1,11 +1,16 @@
case $ARCH in
amd64|i386)
+ case $SUITE in
+ gutsy|hardy|intrepid|jaunty|karmic|lucid|maverick|natty|oneiric|precise|quantal|raring|saucy|utopic|vivid|wily|yakkety|zesty)
+ default_mirror http://old-releases.ubuntu.com/ubuntu
+ ;;
+ *)
default_mirror http://archive.ubuntu.com/ubuntu
;;
sparc)
case $SUITE in
gutsy)
- default_mirror http://archive.ubuntu.com/ubuntu
+ default_mirror http://old-releases.ubuntu.com/ubuntu
;;
*)
default_mirror http://ports.ubuntu.com/ubuntu-ports