provide package config for Debian/stable builds and enable backports by default there
authorMichael Prokop <mika@grml.org>
Sat, 26 Nov 2011 16:34:41 +0000 (17:34 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 26 Nov 2011 20:20:17 +0000 (21:20 +0100)
linux-image-3.1.0-1-grml-amd64 depends on a recent version
of linux-base and initramfs-tools, so when building against
Debian/stable using a fresh kernel version we depend on backports.

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

index 88e6d57..c7d9f91 100644 (file)
@@ -6,6 +6,10 @@
   deb     http://security.debian.org/ squeeze/updates main contrib
   deb-src http://security.debian.org/ squeeze/updates main contrib
 
+# backports:
+  deb     http://backports.debian.org/debian-backports squeeze-backports main
+  deb-src http://backports.debian.org/debian-backports squeeze-backports main
+
 # official debian repository:
 #  deb     http://ftp.debian.org/debian/ squeeze main contrib non-free
 #  deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free
index f3c816c..f88eba7 100644 (file)
@@ -6,6 +6,10 @@
   deb     http://security.debian.org/ stable/updates main contrib
   deb-src http://security.debian.org/ stable/updates main contrib
 
+# backports:
+  deb     http://backports.debian.org/debian-backports squeeze-backports main
+  deb-src http://backports.debian.org/debian-backports squeeze-backports main
+
 # official debian repository:
 #  deb     http://ftp.debian.org/debian/ stable main contrib non-free
 #  deb-src http://ftp.debian.org/debian/ stable main contrib non-free
diff --git a/etc/grml/fai/config/package_config/DEBIAN_SQUEEZE b/etc/grml/fai/config/package_config/DEBIAN_SQUEEZE
new file mode 100644 (file)
index 0000000..8b0506b
--- /dev/null
@@ -0,0 +1,5 @@
+PACKAGES aptitude
+
+# needed for linux-image-3.1.0-1-grml-amd64
+linux-base/squeeze-backports
+initramfs-tools/squeeze-backports
diff --git a/etc/grml/fai/config/package_config/DEBIAN_STABLE b/etc/grml/fai/config/package_config/DEBIAN_STABLE
new file mode 100644 (file)
index 0000000..8b0506b
--- /dev/null
@@ -0,0 +1,5 @@
+PACKAGES aptitude
+
+# needed for linux-image-3.1.0-1-grml-amd64
+linux-base/squeeze-backports
+initramfs-tools/squeeze-backports