From: Ian Kelling Date: Mon, 18 Jan 2016 05:25:09 +0000 (-0800) Subject: use standard debian testing repos by default X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=commitdiff_plain;h=308487ad7850518d544391bdd0433fe8f3d0458a use standard debian testing repos by default --- diff --git a/fai/config/files/etc/apt/sources.list/DEFAULT b/fai/config/files/etc/apt/sources.list/DEFAULT new file mode 100644 index 0000000..feba838 --- /dev/null +++ b/fai/config/files/etc/apt/sources.list/DEFAULT @@ -0,0 +1,9 @@ +deb http://httpredir.debian.org/debian testing main +deb-src http://httpredir.debian.org/debian testing main + +deb http://security.debian.org/ testing/updates main +deb-src http://security.debian.org/ testing/updates main + +# jessie-updates, previously known as 'volatile' +deb http://httpredir.debian.org/debian testing-updates main +deb-src http://httpredir.debian.org/debian testing-updates main