diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:41:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:41:06 +0000 |
commit | cfa363aeeda6881266b5da46afd478a255ce996e (patch) | |
tree | f4a77457d4c8183d324dfd239e4889b975c3718c /TODO | |
parent | Initial commit. (diff) | |
download | tasksel-upstream.tar.xz tasksel-upstream.zip |
Adding upstream version 3.53.upstream/3.53upstream
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. |