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