From 0d0de885e32ff67d57bb7def451b62d75b8920ab Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:05:17 +0200 Subject: Adding live-helper 1.0~a22-1. --- helpers/lh_chroot_linux-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpers/lh_chroot_linux-image') diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image index c00d4c53b..44bbfa51f 100755 --- a/helpers/lh_chroot_linux-image +++ b/helpers/lh_chroot_linux-image @@ -70,11 +70,11 @@ EOF # mv chroot/usr/sbin/update-initramfs chroot/usr/sbin/update-initramfs.live-helper #fi - if [ "${LIVE_LINUX_PACKAGES}" != "none" ] + if [ "${LH_LINUX_PACKAGES}" != "none" ] then - for FLAVOUR in ${LIVE_LINUX_FLAVOURS} + for FLAVOUR in ${LH_LINUX_FLAVOURS} do - for PACKAGE in ${LIVE_LINUX_PACKAGES} + for PACKAGE in ${LH_LINUX_PACKAGES} do PACKAGES="${PACKAGES} ${PACKAGE}-${FLAVOUR}" done -- cgit v1.2.3