lh_chroot_linux-image: Catch missing case in local live-initramfs handling
This patch catches the case when LH_APT is "apt", its default value. This was causing build failures when using a local live-initramfs .deb.
This commit is contained in:
parent
50e21abdb5
commit
c3462bceab
|
@ -98,7 +98,7 @@ EOF
|
|||
aptitude)
|
||||
Apt install ${LH_INITRAMFS}
|
||||
;;
|
||||
apt-get)
|
||||
apt|apt-get)
|
||||
Apt install -f
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue