From: Evgeni Golov Date: Tue, 11 Nov 2014 12:44:19 +0000 (+0100) Subject: Fix creation of images based on Wheezy after the udev fix in grml-live X-Git-Tag: v0.26.3~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=92a5c915597f02cf50b2b6327bd19dd8d3228196;hp=16ebc8bcb6e73a78b27ac248bd83df99e4dacea2 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. --- 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