diff options
author | Daniel Baumann <daniel@debian.org> | 2008-01-18 09:51:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:35:57 +0100 |
commit | f224359bb10015ca030d5b6e6cf5739b51319d0f (patch) | |
tree | 04a3b4b2adf28a020e7896ede437eb8c823dc4f6 | |
parent | 68be48c28ece46b874b82b5122ca148d9b414a80 (diff) | |
download | vyos-live-build-f224359bb10015ca030d5b6e6cf5739b51319d0f.tar.gz vyos-live-build-f224359bb10015ca030d5b6e6cf5739b51319d0f.zip |
Working arround aptitude behaviour of removing packages rather than to installing missing depends when using initramfs generator from local-packages.
-rwxr-xr-x | helpers/lh_chroot_linux-image | 2 |
1 files changed, 1 insertions, 1 deletions
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 |