diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:08:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:08:27 +0000 |
commit | e706ab69ba126186802c7d053d9842379db2e2e0 (patch) | |
tree | 5ee9c4dad510b2cfe4c01fb944fed8f99ad2568a /debian/templates | |
parent | Adding upstream version 3.68+deb11u1. (diff) | |
download | tasksel-e706ab69ba126186802c7d053d9842379db2e2e0.tar.xz tasksel-e706ab69ba126186802c7d053d9842379db2e2e0.zip |
Adding debian version 3.68+deb11u1.debian/3.68+deb11u1debian
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 |