Install appropriate tasksel program.
This commit is contained in:
parent
7bc94cef99
commit
bb97c59eb7
|
@ -92,6 +92,11 @@ EOF
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -n "${LH_TASKS}" ]
|
||||
then
|
||||
echo "${LH_TASKSEL}" >> source-selection.txt
|
||||
fi
|
||||
|
||||
MISSING=""
|
||||
|
||||
grep . source-selection.txt | \
|
||||
|
|
Loading…
Reference in New Issue