diff options
-rwxr-xr-x | helpers/lh_chroot_linux-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image index 84157d032..7d3ee3145 100755 --- a/helpers/lh_chroot_linux-image +++ b/helpers/lh_chroot_linux-image @@ -113,7 +113,7 @@ EOF ;; aptitude) - Chroot "aptitude install -f --assume-yes" + Chroot "aptitude install --assume-yes ${LH_INITRAMFS}" ;; esac |