From: Michael Prokop Date: Sat, 26 Nov 2011 16:34:41 +0000 (+0100) Subject: provide package config for Debian/stable builds and enable backports by default there X-Git-Tag: v0.17.0~41 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=2e1a0a3f28a023ae8584484847aee754fc823c3c provide package config for Debian/stable builds and enable backports by default there 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. --- diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_SQUEEZE b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_SQUEEZE index 88e6d57..c7d9f91 100644 --- a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_SQUEEZE +++ b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_SQUEEZE @@ -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 diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE index f3c816c..f88eba7 100644 --- a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE +++ b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE @@ -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 index 0000000..8b0506b --- /dev/null +++ b/etc/grml/fai/config/package_config/DEBIAN_SQUEEZE @@ -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 index 0000000..8b0506b --- /dev/null +++ b/etc/grml/fai/config/package_config/DEBIAN_STABLE @@ -0,0 +1,5 @@ +PACKAGES aptitude + +# needed for linux-image-3.1.0-1-grml-amd64 +linux-base/squeeze-backports +initramfs-tools/squeeze-backports