diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-03-27 13:27:36 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | 86e15f61c038907b28f61d7ca8e1a73018244494 (patch) | |
tree | 60299f44f70c2c79b718a5835973c9e35a623fb9 | |
parent | 7406724344c4ae0445ea998269e063517a950c59 (diff) | |
download | vyos-live-build-86e15f61c038907b28f61d7ca8e1a73018244494.tar.gz vyos-live-build-86e15f61c038907b28f61d7ca8e1a73018244494.zip |
Stripping out comments in 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 |