From f224359bb10015ca030d5b6e6cf5739b51319d0f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Jan 2008 09:51:07 +0100 Subject: 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 84157d0..7d3ee31 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 -- cgit v1.0