diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:08:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:08:26 +0000 |
commit | 59845ba9b3df5df775cf8c5a65d30375b984e3c7 (patch) | |
tree | 6c5c6d57676acf601505f35e53194e5e7a86f0c3 /TODO | |
parent | Initial commit. (diff) | |
download | tasksel-upstream.tar.xz tasksel-upstream.zip |
Adding upstream version 3.68+deb11u1.upstream/3.68+deb11u1upstream
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. |