diff options
author | Chris Lamb <lamby@debian.org> | 2008-09-27 22:45:13 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:42 +0100 |
commit | bb97c59eb7ea4c4870b2f77d4dfbb2530ac874c4 (patch) | |
tree | 1106105f4747acaadd6b1c313e34131e638ee99e /helpers/lh_source_debian | |
parent | 7bc94cef9913d97361a565e505cb1628349783a6 (diff) | |
download | vyos-live-build-bb97c59eb7ea4c4870b2f77d4dfbb2530ac874c4.tar.gz vyos-live-build-bb97c59eb7ea4c4870b2f77d4dfbb2530ac874c4.zip |
Install appropriate tasksel program.
Diffstat (limited to 'helpers/lh_source_debian')
-rwxr-xr-x | helpers/lh_source_debian | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian index fdcbb2d87..63c33c398 100755 --- a/helpers/lh_source_debian +++ b/helpers/lh_source_debian @@ -92,6 +92,11 @@ EOF ;; esac +if [ -n "${LH_TASKS}" ] +then + echo "${LH_TASKSEL}" >> source-selection.txt +fi + MISSING="" grep . source-selection.txt | \ |