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:
parent
84d7dc0ccd
commit
a0e8e45a4f
|
@ -113,7 +113,7 @@ EOF
|
|||
;;
|
||||
|
||||
aptitude)
|
||||
Chroot "aptitude install -f --assume-yes"
|
||||
Chroot "aptitude install --assume-yes ${LH_INITRAMFS}"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue