From 62dae38aa8dc20d1b4c3aca979021a67770b0604 Mon Sep 17 00:00:00 2001 From: Krisztian VASAS Date: Wed, 18 Jun 2014 12:20:44 +0200 Subject: [PATCH] Fixes to be able to build Grml based on Debian Wheezy In Debian Wheezy initramfs-tools is 0.109, but the Grml kernel needs at least 0.110. The backport contains the requested version. --- .../files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY | 7 +++++++ .../config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY | 4 ++++ etc/grml/fai/config/package_config/DEBIAN_WHEEZY | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 etc/grml/fai/config/files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY create mode 100644 etc/grml/fai/config/package_config/DEBIAN_WHEEZY diff --git a/etc/grml/fai/config/files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY b/etc/grml/fai/config/files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY new file mode 100644 index 0000000..46ab719 --- /dev/null +++ b/etc/grml/fai/config/files/etc/apt/preferences.d/wheezy-backports/DEBIAN_WHEEZY @@ -0,0 +1,7 @@ +// This file is installed by grml-live. +// +// Allow overriding initramfs-tools from backports +Package: initramfs-tools +Pin: release a=wheezy-backports +Pin-Priority: 997 + diff --git a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY index 90bbbbf..44fcedc 100644 --- a/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY +++ b/etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY @@ -6,6 +6,10 @@ deb http://security.debian.org/ wheezy/updates main contrib deb-src http://security.debian.org/ wheezy/updates main contrib +# backports: + deb http://http.debian.net/debian wheezy-backports main + deb-src http://http.debian.net/debian wheezy-backports main + # official debian repository: # deb http://ftp.debian.org/debian/ wheezy main contrib non-free # deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free diff --git a/etc/grml/fai/config/package_config/DEBIAN_WHEEZY b/etc/grml/fai/config/package_config/DEBIAN_WHEEZY new file mode 100644 index 0000000..7147ba6 --- /dev/null +++ b/etc/grml/fai/config/package_config/DEBIAN_WHEEZY @@ -0,0 +1,5 @@ +PACKAGES aptitude + +zd1211-firmware +ifenslave-2.6 +wipe -- 2.1.4