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
|
Template: apt-setup/restricted
Type: boolean
Default: true
# This template is used by the Ubuntu version of d-i.
# :sl2:
_Description: Use restricted software?
Some non-free software is available in packaged form. Though this software
is not a part of the main distribution, standard package management tools
can be used to install it. This software has varying licenses which may
prevent you from using, modifying, or sharing it.
.
Please choose whether you want to have it available anyway.
Template: apt-setup/universe
Type: boolean
Default: true
# This template is used by the Ubuntu version of d-i.
# :sl2:
_Description: Use software from the "universe" component?
Some additional software is available in packaged form. This software is
free and, though it is not a part of the main distribution, standard
package management tools can be used to install it.
.
Please choose whether you want this software to be made available to you.
Template: apt-setup/multiverse
Type: boolean
Default: true
# This template is used by the Ubuntu version of d-i.
# :sl2:
_Description: Use software from the "multiverse" component?
Some non-free software is available in packaged form. Though this software
is not a part of the main distribution, standard package management tools
can be used to install it. This software has varying licenses and (in some
cases) patent restrictions which may prevent you from using, modifying, or
sharing it.
.
Please choose whether you want this software to be made available to you.
Template: apt-setup/partner
Type: boolean
Default: false
# This template is used by the Ubuntu version of d-i.
# :sl2:
_Description: Use software from the "partner" repository?
Some additional software is available from Canonical's "partner"
repository. This software is not part of Ubuntu, but is offered by
Canonical and the respective vendors as a service to Ubuntu users.
.
Please choose whether you want this software to be made available to you.
Template: apt-setup/backports
Type: boolean
Default: false
# This template is used by the Ubuntu version of d-i.
# :sl2:
_Description: Use backported software?
Some software has been backported from the development tree to work with
this release. Although this software has not gone through such complete
testing as that contained in the release, it includes newer versions of
some applications which may provide useful features.
.
Please choose whether you want this software to be made available to you.
Template: apt-setup/proposed
Type: boolean
Default: false
# This template is used by the Ubuntu version of d-i. It is never asked and
# is therefore not translated.
Description: Use proposed updates?
Preseed this question to 'true' to test proposed updates during
installation. Most users should leave this at 'false' unless otherwise
recommended by a developer.
|