summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-01-18 09:51:07 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:35:57 +0100
commitf224359bb10015ca030d5b6e6cf5739b51319d0f (patch)
tree04a3b4b2adf28a020e7896ede437eb8c823dc4f6 /helpers
parent68be48c28ece46b874b82b5122ca148d9b414a80 (diff)
downloadlive-build-f224359bb10015ca030d5b6e6cf5739b51319d0f.zip
live-build-f224359bb10015ca030d5b6e6cf5739b51319d0f.tar.gz
Working arround aptitude behaviour of removing packages rather than to installing missing depends when using initramfs generator from local-packages.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_chroot_linux-image2
1 files changed, 1 insertions, 1 deletions
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