From a0e8e45a4fd70aa23fce51b23b5d62d6d81ddcab Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Jan 2008 09:51:07 +0100 Subject: [PATCH] Working arround aptitude behaviour of removing packages rather than to installing missing depends when using initramfs generator from local-packages. --- helpers/lh_chroot_linux-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image index 84157d032..7d3ee3145 100755 --- a/helpers/lh_chroot_linux-image +++ b/helpers/lh_chroot_linux-image @@ -113,7 +113,7 @@ EOF ;; aptitude) - Chroot "aptitude install -f --assume-yes" + Chroot "aptitude install --assume-yes ${LH_INITRAMFS}" ;; esac