diff options
author | ficus <ficus@robocracy.org> | 2012-11-16 22:06:53 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-16 22:06:53 +0100 |
commit | 3254dd17c3ec48209199c86dbf43f5c7786a4b97 (patch) | |
tree | b15a203f730ecfb4ef0db299fab7619f8bb33308 /config/bootstrap | |
parent | 5db8950ab3502b73df459b124887fef0338fb83b (diff) | |
download | torouter-live-3254dd17c3ec48209199c86dbf43f5c7786a4b97.tar.gz torouter-live-3254dd17c3ec48209199c86dbf43f5c7786a4b97.zip |
switch to http.debian.net mirror; set distro name
Diffstat (limited to 'config/bootstrap')
-rw-r--r-- | config/bootstrap | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/config/bootstrap b/config/bootstrap index 804f4fb..b575c6f 100644 --- a/config/bootstrap +++ b/config/bootstrap @@ -17,20 +17,20 @@ LB_PARENT_DISTRIBUTION="wheezy" LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="wheezy" # $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from -# (Default: http://ftp.debian.org/debian/) -LB_PARENT_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/" +# (Default: http://http.debian.net/debian) +LB_PARENT_MIRROR_BOOTSTRAP="http://http.debian.net/debian" # $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from -# (Default: http://ftp.debian.org/debian/) -LB_PARENT_MIRROR_CHROOT="http://ftp.debian.org/debian/" +# (Default: http://http.debian.net/debian) +LB_PARENT_MIRROR_CHROOT="http://http.debian.net/debian" # $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from # (Default: http://security.debian.org/) LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.debian.org/" # $LB_PARENT_MIRROR_CHROOT_UPDATES: set updates parent mirror to fetch packages from -# (Default: http://ftp.debian.org/debian/) -LB_PARENT_MIRROR_CHROOT_UPDATES="http://ftp.debian.org/debian/" +# (Default: http://http.debian.net/debian) +LB_PARENT_MIRROR_CHROOT_UPDATES="http://http.debian.net/debian" # $LB_PARENT_MIRROR_CHROOT_BACKPORTS: set backports parent mirror to fetch packages from # (Default: http://backports.debian.org/debian-backports/) @@ -53,24 +53,24 @@ LB_PARENT_MIRROR_BINARY_UPDATES="http://http.debian.net/debian/" LB_PARENT_MIRROR_BINARY_BACKPORTS="http://http.debian.net/debian-backports/" # $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror -# (Default: http://ftp.debian.org/debian/) -LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://ftp.debian.org/debian/" +# (Default: http://http.debian.net/debian) +LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://http.debian.net/debian" # $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from -# (Default: http://ftp.debian.org/debian/) -LB_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/" +# (Default: http://http.debian.net/debian) +LB_MIRROR_BOOTSTRAP="http://http.debian.net/debian" # $LB_MIRROR_CHROOT: set mirror to fetch packages from -# (Default: http://ftp.debian.org/debian/) -LB_MIRROR_CHROOT="http://ftp.debian.org/debian/" +# (Default: http://http.debian.net/debian) +LB_MIRROR_CHROOT="http://http.debian.net/debian" # $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from # (Default: http://security.debian.org/) LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/" # $LB_MIRROR_CHROOT_UPDATES: set updates mirror to fetch packages from -# (Default: http://ftp.debian.org/debian/) -LB_MIRROR_CHROOT_UPDATES="http://ftp.debian.org/debian/" +# (Default: http://http.debian.net/debian) +LB_MIRROR_CHROOT_UPDATES="http://http.debian.net/debian" # $LB_MIRROR_CHROOT_BACKPORTS: set backports mirror to fetch packages from # (Default: http://backports.debian.org/debian-backports/) @@ -93,8 +93,8 @@ LB_MIRROR_BINARY_UPDATES="http://http.debian.net/debian/" LB_MIRROR_BINARY_BACKPORTS="http://http.debian.net/debian-backports/" # $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror -# (Default: http://ftp.debian.org/debian/) -LB_MIRROR_DEBIAN_INSTALLER="http://ftp.debian.org/debian/" +# (Default: http://http.debian.net/debian) +LB_MIRROR_DEBIAN_INSTALLER="http://http.debian.net/debian" # $LB_ARCHIVES: enable available third-party archives # (Default: empty) |