diff options
Diffstat (limited to 'helpers/lh_chroot_preseed')
-rwxr-xr-x | helpers/lh_chroot_preseed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_preseed b/helpers/lh_chroot_preseed index 6e9cf9136..55732ef9a 100755 --- a/helpers/lh_chroot_preseed +++ b/helpers/lh_chroot_preseed @@ -47,7 +47,7 @@ Check_lockfile .lock Create_lockfile .lock # Processing preseeds -for PRESEED in ${LIVE_PACKAGES_LISTS} ${LIVE_TASKS} +for PRESEED in ${LH_PACKAGES_LISTS} ${LH_TASKS} do if [ -f ${LH_BASE:-/usr/share/live-helper}/preseed/"${PRESEED}" ] then |