diff options
author | Daniel Baumann <daniel@debian.org> | 2008-01-18 09:51:07 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-01-18 09:51:07 +0100 |
commit | a0e8e45a4fd70aa23fce51b23b5d62d6d81ddcab (patch) | |
tree | 04a3b4b2adf28a020e7896ede437eb8c823dc4f6 /helpers | |
parent | 84d7dc0ccd74048c8eb1215599595739b1ea6fcf (diff) | |
download | vyos-live-build-a0e8e45a4fd70aa23fce51b23b5d62d6d81ddcab.tar.gz vyos-live-build-a0e8e45a4fd70aa23fce51b23b5d62d6d81ddcab.zip |
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-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 |