diff options
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..aad7ad0 --- /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, cinnamon, mate, lxqt +_Description: This can be preseeded to override the default desktop. + +Template: tasksel/title +Type: title +_Description: Software selection |