diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:46:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:46:29 +0000 |
commit | 5e1454ef4562bdcc75c213624a14e83c7959b592 (patch) | |
tree | ff2df2bfaf8732840c3c3d25dc0702f13e1fa1f0 /TODO | |
parent | Initial commit. (diff) | |
download | tasksel-5e1454ef4562bdcc75c213624a14e83c7959b592.tar.xz tasksel-5e1454ef4562bdcc75c213624a14e83c7959b592.zip |
Adding upstream version 3.73.upstream/3.73upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +Now that debconf-apt-progress is used and tasksel can run inside debconf, +it would be nice to convert it so tasksel starts debconf in the beginning, +and runs everything under debconf, except perhaps any manual package +selection that the user might decide to do. This would reduce startup +delays and also the delay between the two debconf runs it does now. + +Also, to better handle the case of one task being removed while another is +installed, use debconf-apt-progress with waypoints. + +---- + +Move more data from tasks/* to task packages. |