summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_linux-image
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-04-10 22:36:22 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:32 +0100
commitc3462bceab11fc761a254bdfbdb4efaeac48223d (patch)
tree679f204e32c94a9bc6b2ee7e057f2baee91874fc /helpers/lh_chroot_linux-image
parent50e21abdb5d9b6afb0e188f6576e0dc65938be8a (diff)
downloadlive-build-c3462bceab11fc761a254bdfbdb4efaeac48223d.zip
live-build-c3462bceab11fc761a254bdfbdb4efaeac48223d.tar.gz
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.
Diffstat (limited to 'helpers/lh_chroot_linux-image')
-rwxr-xr-xhelpers/lh_chroot_linux-image2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image
index 4a2e0e9..bc6de54 100755
--- a/helpers/lh_chroot_linux-image
+++ b/helpers/lh_chroot_linux-image
@@ -98,7 +98,7 @@ EOF
aptitude)
Apt install ${LH_INITRAMFS}
;;
- apt-get)
+ apt|apt-get)
Apt install -f
;;
esac