Working arround aptitude behaviour of removing packages rather than to installing missing depends when using initramfs generator from local-packages.

This commit is contained in:
Daniel Baumann 2008-01-18 09:51:07 +01:00
parent 84d7dc0ccd
commit a0e8e45a4f
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ EOF
;;
aptitude)
Chroot "aptitude install -f --assume-yes"
Chroot "aptitude install --assume-yes ${LH_INITRAMFS}"
;;
esac