From fdef63e60c2e68226da2fe92d6cc393c1af2b801 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 10:05:12 +0200 Subject: Adding live-helper 1.0~a16-1. --- helpers/lh_chroot_local-packageslists | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'helpers/lh_chroot_local-packageslists') 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) -- cgit v1.2.3