summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_package-lists
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_package-lists')
-rwxr-xr-xscripts/build/chroot_package-lists2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_package-lists b/scripts/build/chroot_package-lists
index c06c116f3..207dd8d37 100755
--- a/scripts/build/chroot_package-lists
+++ b/scripts/build/chroot_package-lists
@@ -82,7 +82,7 @@ then
then
# Generating package list
Expand_packagelist "$(basename ${LIST})" "config/package-lists" \
- >> chroot/root/packages.chroot
+ | grep -v '^#' >> chroot/root/packages.chroot
fi
done