Add support for Debian buster (AKA Debian v10 and current Detian testing)
authorMichael Prokop <mika@grml.org>
Wed, 30 Aug 2017 12:02:09 +0000 (14:02 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 30 Aug 2017 12:03:43 +0000 (14:03 +0200)
etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_BUSTER [new file with mode: 0644]
etc/zsh/completion.d/_grml-live

diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_BUSTER b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_BUSTER
new file mode 100644 (file)
index 0000000..6be17af
--- /dev/null
@@ -0,0 +1,7 @@
+# official debian repository:
+  deb     http://ftp.debian.org/debian/ buster main contrib non-free
+  deb-src http://ftp.debian.org/debian/ buster main contrib non-free
+
+# security updates:
+  deb     http://security.debian.org/ buster/updates main contrib
+  deb-src http://security.debian.org/ buster/updates main contrib
index 334ddbb..cb43f59 100644 (file)
@@ -47,7 +47,7 @@ _grmllive_suites() { #{{{
   local -a suites
 
   suites=(
-    stable testing unstable jessie stretch sid
+    stable testing unstable jessie stretch buster sid
   )
   _wanted list expl 'Debian suite' compadd ${expl} -- ${suites}
 }