mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
systemvm: use Debian http redirector for apt repositories
* No offline mirrors * No out of date mirrors * New mirrors are used * Load-balancing * Faster downloads (when APT is used, via parallel downloads) * Great on mobility Also see http://http.debian.net/ for more information. This closes #103 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
ebcad34d33
commit
37b4d9c308
@ -67,14 +67,14 @@ EOF
|
||||
fi
|
||||
|
||||
cat > etc/apt/sources.list << EOF
|
||||
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
|
||||
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free
|
||||
deb http://http.debian.net/debian/ wheezy main contrib non-free
|
||||
deb-src http://http.debian.net/debian/ wheezy main contrib non-free
|
||||
|
||||
deb http://security.debian.org/ wheezy/updates main
|
||||
deb-src http://security.debian.org/ wheezy/updates main
|
||||
|
||||
deb http://ftp.us.debian.org/debian/ wheezy-backports main
|
||||
deb-src http://ftp.us.debian.org/debian/ wheezy-backports main
|
||||
deb http://http.debian.net/debian/ wheezy-backports main
|
||||
deb-src http://http.debian.net/debian/ wheezy-backports main
|
||||
EOF
|
||||
|
||||
cat >> etc/apt/apt.conf << EOF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user