diff options
author | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:39 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:39 +0200 |
commit | 4b92e0275465f2fece4377896f433236a048f172 (patch) | |
tree | 9d0be68af16cc05467b269f4c33cde8385b7bd2d /scripts | |
parent | c4c9c02d9b8451231fa14843a23678cb2d88e185 (diff) | |
download | vyos-live-build-4b92e0275465f2fece4377896f433236a048f172.tar.gz vyos-live-build-4b92e0275465f2fece4377896f433236a048f172.zip |
Stripping out comments in package lists.
Diffstat (limited to 'scripts')
-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 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 |