summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_local-packageslists
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_chroot_local-packageslists')
-rwxr-xr-xhelpers/lh_chroot_local-packageslists6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_chroot_local-packageslists b/helpers/lh_chroot_local-packageslists
index ed914abd7..3e814f674 100755
--- a/helpers/lh_chroot_local-packageslists
+++ b/helpers/lh_chroot_local-packageslists
@@ -53,9 +53,9 @@ then
for PACKAGESLIST in config/chroot_local-packageslists/*
do
- # Copying package list
- grep -v "^#" "${PACKAGESLIST}" > chroot/root/"`basename ${PACKAGESLIST}`"
-
+ # Generate package list
+ Expand_packagelist "`basename ${PACKAGESLIST}`" "config/chroot_local-packageslists" "${LH_BASE:-/usr/share/live-helper/lists}/lists" > chroot/root/"`basename ${PACKAGESLIST}`"
+
# Installing package list
case "${LH_APT}" in
apt|apt-get)