summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorAdam Conrad <adconrad@ubuntu.com>2011-09-30 12:06:31 +0200
committerDaniel Baumann <daniel@debian.org>2011-09-30 12:11:03 +0200
commitab40254d0e9edfa2dd10b04aece0f5ac98cf0599 (patch)
tree99a2d7680201b766316bc2e4722b0be93c7d35a2 /functions
parent5b7adeab62b69eb84864b97dc33c1fb757c4b4c9 (diff)
downloadvyos-live-build-ab40254d0e9edfa2dd10b04aece0f5ac98cf0599.tar.gz
vyos-live-build-ab40254d0e9edfa2dd10b04aece0f5ac98cf0599.zip
Using the correct mirror locations for Ubuntu ports.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index f8a3df615..21a041233 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -372,7 +372,7 @@ Set_defaults ()
;;
*)
- LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ports.ubuntu.com/}"
+ LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ports.ubuntu.com/ubuntu-ports/}"
;;
esac
@@ -407,7 +407,7 @@ Set_defaults ()
;;
*)
- LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://ports.ubuntu.com/}"
+ LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://ports.ubuntu.com/ubuntu-ports/}"
;;
esac
@@ -434,7 +434,7 @@ Set_defaults ()
;;
*)
- LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://ports.ubuntu.com/}"
+ LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://ports.ubuntu.com/ubuntu-ports/}"
;;
esac
@@ -488,7 +488,7 @@ Set_defaults ()
;;
*)
- LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://ports.ubuntu.com/}"
+ LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://ports.ubuntu.com/ubuntu-ports/}"
;;
esac
@@ -520,7 +520,7 @@ Set_defaults ()
;;
*)
- LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://ports.ubuntu.com/}"
+ LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://ports.ubuntu.com/ubuntu-ports/}"
;;
esac
@@ -547,7 +547,7 @@ Set_defaults ()
;;
*)
- LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://ports.ubuntu.com/}"
+ LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://ports.ubuntu.com/ubuntu-ports/}"
;;
esac
;;