diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:46:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:46:30 +0000 |
commit | 806a9725daf2bc3c1636dd6072619900efe9866f (patch) | |
tree | 9cf31ae7220b180e6b3499347ce59a8f2be886ce /debian/templates | |
parent | Adding upstream version 3.73. (diff) | |
download | tasksel-806a9725daf2bc3c1636dd6072619900efe9866f.tar.xz tasksel-806a9725daf2bc3c1636dd6072619900efe9866f.zip |
Adding debian version 3.73.debian/3.73debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/templates')
-rw-r--r-- | debian/templates | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/templates b/debian/templates new file mode 100644 index 0000000..f2d778e --- /dev/null +++ b/debian/templates @@ -0,0 +1,25 @@ +Template: tasksel/first +Type: multiselect +Choices-C: ${CHOICES_C} +Choices: ${CHOICES} +_Description: Choose software to install: + At the moment, only the core of the system is installed. To tune the + system to your needs, you can choose to install one or more of the + following predefined collections of software. + +Template: tasksel/tasks +Type: multiselect +Choices-C: ${CHOICES_C} +Choices: ${CHOICES} +_Description: Choose software to install: + You can choose to install one or more of the following predefined + collections of software. + +Template: tasksel/desktop +Type: multiselect +Choices: gnome, kde, xfce, lxde, gnome-flashback, cinnamon, mate, lxqt +_Description: This can be preseeded to override the default desktop. + +Template: tasksel/title +Type: title +_Description: Software selection |