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
|
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: init-select/choose
Type: select
Choices: sysvinit, systemd, openrc
Default: systemd
_Description: Init system selection:
Please select an init system.
.
The init system is the first process started by the kernel. It manages the
initial boot process and system daemons.
Template: init-select/no-systemd
Type: error
_Description: systemd package not installed
The systemd package is not installed at present, so it cannot be selected.
.
Please execute "apt-get install systemd && dpkg-reconfigure init-select" in
order to install and configure systemd as the init system.
Template: init-select/no-upstart
Type: error
_Description: upstart package not installed
The upstart package is not installed at present, so it cannot be selected.
.
Please execute "apt-get install upstart" in order to install and use upstart
as the init system. Note that init-select will be removed in the process
since upstart is not co-installable with other init systems.
Template: init-select/no-openrc
Type: error
_Description: openrc package not installed
The openrc package is not installed at present, so it cannot be selected.
.
Please execute "apt-get install openrc" in order to install and use openrc as
the init system. Note that init-select will be removed in the process since
openrc is not co-installable with other init systems.
|