diff options
Diffstat (limited to 'scripts/build/chroot_package-lists')
-rwxr-xr-x | scripts/build/chroot_package-lists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_package-lists b/scripts/build/chroot_package-lists index 4ba991adf..c5dd18a44 100755 --- a/scripts/build/chroot_package-lists +++ b/scripts/build/chroot_package-lists @@ -85,7 +85,7 @@ do then # Generating package list Expand_packagelist "$(basename ${LIST})" "config/package-lists" \ - >> chroot/root/packages.chroot + | grep -v '^#' >> chroot/root/packages.chroot fi done |