From 92a5c915597f02cf50b2b6327bd19dd8d3228196 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 11 Nov 2014 13:44:19 +0100 Subject: [PATCH] Fix creation of images based on Wheezy after the udev fix in grml-live The grml-live repo currently ships an own udev for a bugfix, which only affects Jessie and later. This version of udev is not installable in Wheezy and results in an failed image build. Let's pin udev to the Wheezy version on Wheezy, as the fix is not needed there anyways. --- etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY diff --git a/etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY b/etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY new file mode 100644 index 0000000..573b723 --- /dev/null +++ b/etc/grml/fai/config/files/etc/apt/preferences.d/udev/DEBIAN_WHEEZY @@ -0,0 +1,6 @@ +// This file is installed by grml-live. +// +// Install udev from Wheezy instead of deb.grml.org +Package: udev +Pin: release n=wheezy +Pin-Priority: 999 -- 2.1.4