diff options
author | Daniel Baumann <daniel@debian.org> | 2010-03-11 17:48:12 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
commit | a625ce959b096c61f50c03c6b5e0be09df4bb11e (patch) | |
tree | 849b4786cde02dbf0432c73648c9601f300c68d4 | |
parent | 4a7c69dd691d19c10f274e8c71cd9a06824868d8 (diff) | |
download | vyos-live-build-a625ce959b096c61f50c03c6b5e0be09df4bb11e.tar.gz vyos-live-build-a625ce959b096c61f50c03c6b5e0be09df4bb11e.zip |
Updating hostname of ubuntu security updates.
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 2240b8f2d..05ab2fcec 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -322,7 +322,7 @@ Set_defaults () ubuntu) case "${LH_ARCHITECTURE}" in amd64|i386) - LH_MIRROR_CHROOT_SECURITY="http://archive.ubuntu.com/ubuntu/" + LH_MIRROR_CHROOT_SECURITY="http://security.ubuntu.com/ubuntu/" ;; *) |