Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
live-build
Commits
5fc57865
Commit
5fc57865
authored
Aug 15, 2014
by
Ben Armstrong
Committed by
Daniel Baumann
Aug 27, 2014
Browse files
Exclude lib and non-main sections as tasksel does (Closes: #758218).
parent
23b8ec4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/bin/Packages
View file @
5fc57865
...
...
@@ -27,4 +27,5 @@ fi
_FIELD
=
"
${
1
}
"
_VALUE
=
"
${
2
}
"
grep-aptavail
-n
-sPackage
-F
${
_FIELD
}
${
_VALUE
}
|
sort
# For compatibility with tasksel, exclude lib and non-main packages
grep-aptavail
-n
-sPackage
-F
${
_FIELD
}
${
_VALUE
}
-a
-!
-e
-FSection
'^(lib|/)'
|
sort
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment