Provide DEBIAN_UNSTABLE sources.list config
authorMichael Prokop <mika@grml.org>
Thu, 8 Dec 2011 14:12:32 +0000 (15:12 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 8 Dec 2011 14:12:50 +0000 (15:12 +0100)
Otherwise building with "-s unstable" will fail.

etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_UNSTABLE [new file with mode: 0644]

diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_UNSTABLE b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_UNSTABLE
new file mode 100644 (file)
index 0000000..d2d15f6
--- /dev/null
@@ -0,0 +1,15 @@
+# official debian repository (mirror selected via geo-ip):
+  deb     http://cdn.debian.net/debian/ unstable main contrib non-free
+  deb-src http://cdn.debian.net/debian/ unstable main contrib non-free
+
+# official debian repository:
+#  deb     http://ftp.debian.org/debian/ unstable main contrib non-free
+#  deb-src http://ftp.debian.org/debian/ unstable main contrib non-free
+
+# official debian DE repository:
+#  deb     http://ftp.de.debian.org/debian/ unstable main contrib non-free
+#  deb-src http://ftp.de.debian.org/debian/ unstable main contrib non-free
+
+# official debian AT repository:
+#  deb     http://ftp.at.debian.org/debian/ unstable main contrib non-free
+#  deb-src http://ftp.at.debian.org/debian/ unstable main contrib non-free