File: pkgsel.templates

package info (click to toggle)
pkgsel 0.85
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 720 kB
  • sloc: sh: 206; makefile: 2
file content (99 lines) | stat: -rw-r--r-- 3,260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Template: debian-installer/pkgsel/title
Type: text
#  Main menu item
#  should not be more than 55 columns
#  pkgsel is the module that installs packages by running tasksel to
#  select "tasks". Please use "install *software*" and not
#  "install *packages*" which is less adapted for non technical users
# :sl1:
_Description: Select and install software

Template: pkgsel/progress/init
Type: text
# This appears in a progress bar when running pkgsel
# The text is used when pkgsel is launched, before it installs packages
# :sl1:
_Description: Setting up...

Template: pkgsel/upgrade
Type: select
Default: safe-upgrade
Choices: none, safe-upgrade, full-upgrade
Description: for internal use; can be preseeded
 type of upgrade to perform

Template: pkgsel/run_tasksel
Type: boolean
Default: true
Description: for internal use; can be preseeded
 whether tasksel should be run or not

Template: pkgsel/progress/upgrade
Type: text
# This appears in a progress bar when running pkgsel
# The text is used when upgrading already installed packages.
# :sl1:
_Description: Upgrading software...

Template: pkgsel/progress/tasksel
Type: text
# This appears in a progress bar when running pkgsel
# The text is used when running tasksel to allow selecting packages
# Tasksel will then display its own screens
# :sl1:
_Description: Running tasksel...

Template: pkgsel/progress/blendsel
Type: text
# This appears in a progress bar when running pkgsel.
# The text is used when running blendsel to allow selecting blends to install.
# Blendsel will then display its own screens.
# :sl1:
_Description: Running blendsel...

Template: pkgsel/progress/cleanup
Type: text
# This appears in a progress bar when running pkgsel
# The text is used at the end of the installation phase while
# cleaning up pkgsel's stuff
# :sl1:
_Description: Cleaning up...

Template: pkgsel/include
Type: string
Description: for internal use; can be preseeded
 Comma/space-separated list of extra packages to install

Template: pkgsel/progress/fallback
Type: text
# :sl2:
_Description: Running ${SCRIPT}...

Template: pkgsel/update-policy
Type: select
Default: none
Choices-C: none, unattended-upgrades
# :sl2:
__Choices: No automatic updates, Install security updates automatically
# :sl2:
_Description: Updates management on this system:
 Applying updates on a frequent basis is an important part of keeping the
 system secure.
 .
 By default, security updates are not automatically installed, as security
 advisories should be reviewed before manual installation of the updates
 using standard package management tools.
 .
 Alternatively the unattended-upgrades package can be installed, which will
 install security updates automatically. Note however that automatic
 installation of updates may occasionally cause unexpected downtime of
 services provided by this machine in the rare cases where the update is
 not fully backward-compatible, or where the security advisory requires the
 administrator to perform some other manual operation.

Template: pkgsel/updatedb
Type: boolean
Default: true
Description: for internal use; can be preseeded
 If mlocate is installed, update its database after installing packages.
 This is time-consuming, so you may wish to set this to false to disable it.