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
|
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
_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
_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/progress/upgrade
Type: text
# This appears in a progress bar when running pkgsel
# The text is used when upgrading already installed packages.
_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
_Description: Running tasksel...
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
_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
_Description: Running ${SCRIPT}...
|