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 68be48c28e
commit f224359bb1
1 changed files with 1 additions and 1 deletions

View File

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