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
|
Template: debian-fastforward/title
Type: title
_Description: Fast Forward Packages for Debian: Setup
Template: debian-fastforward/archives
Type: multiselect
Choices: ${CHOICES}
Choices-C: ${CHOICES_C}
Default:
_Description: setup apt archives:
Please select the apt archives to setup.
Template: debian-fastforward/archive-areas
Type: multiselect
Choices: ${CHOICES}
Default:
_Description: setup apt archive areas:
Please select the apt archive areas to setup.
Template: debian-fastforward/mirror
Type: string
Default: https://deb.fastforward.debian.net/debian-fastforward
_Description: enter apt mirror:
Please specify the mirror to download packages from.
.
If unsure, leave empty which will use the default mirror
(https://deb.fastforward.debian.net/debian-fastforward).
Template: debian-fastforward/backports-priority
Type: boolean
Default: false
_Description: enter apt mirror:
Please choose if backports be prefered over packages.
.
If you choose yes, if available a backport of a package will be prefered
over the same package from the stable repository.
.
If you choose no, backports can still be installed but need to be selected
manually with e.g. 'apt install -t trixie-fastforward-backports
linux-image-amd64'.
.
If unsure, choose no which is the default.
|