From: Michael Prokop Date: Thu, 7 Jul 2011 23:33:55 +0000 (+0200) Subject: Update apt preferences: always use live-boot* packages from Grml. X-Git-Tag: v0.15.0~7 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=3c03961b59636e59a7b69a48ac79bcc67f300c16 Update apt preferences: always use live-boot* packages from Grml. If the grml-testing repository is NOT enabled then live-boot might be installed from Debian/unstable during updates. That's something we don't want, so make sure apt pinning always prefers our own version. --- diff --git a/etc/grml/fai/config/files/etc/apt/preferences/GRMLBASE b/etc/grml/fai/config/files/etc/apt/preferences/GRMLBASE index bf61976..d04e4d7 100644 --- a/etc/grml/fai/config/files/etc/apt/preferences/GRMLBASE +++ b/etc/grml/fai/config/files/etc/apt/preferences/GRMLBASE @@ -17,7 +17,12 @@ Pin-Priority: 995 Package: * Pin: origin deb.grml.org Pin-Priority: 994 -// debian unstable pool (default): -//Package: * -//Pin: release a=unstable,o=Debian -//Pin-Priority: 991 + +// make sure we never use the version from Debian +Package: live-boot +Pin: origin deb.grml.org +Pin-Priority: 900 + +Package: live-boot-initramfs-tools +Pin: origin deb.grml.org +Pin-Priority: 900