Template: init-select/choose
Type: select
Choices: sysvinit, systemd, upstart, openrc
Default: sysvinit
_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: 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: 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: 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.
