diff options
author | Holger Wansing <hwansing@mailbox.org> | 2021-09-10 14:41:52 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2021-09-10 14:41:52 +0200 |
commit | 829f2dae8983cf80437c70e8fe41a58e200122c3 (patch) | |
tree | 2635893a9b883ee5fb69bd1689de87b1247ff022 /en/using-d-i | |
parent | fcf30b84c43e54bdf352bea275623e8d172f1266 (diff) | |
download | installation-guide-829f2dae8983cf80437c70e8fe41a58e200122c3.zip |
Include a note on how to change init system during install
Diffstat (limited to 'en/using-d-i')
-rw-r--r-- | en/using-d-i/customization.xml | 23 | ||||
-rw-r--r-- | en/using-d-i/using-d-i.xml | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/en/using-d-i/customization.xml b/en/using-d-i/customization.xml new file mode 100644 index 000000000..7bf8e66b2 --- /dev/null +++ b/en/using-d-i/customization.xml @@ -0,0 +1,23 @@ +<!-- retain these comments for translator revision tracking --> +<!-- $Id$ --> + +<sect1 id="customization"> +<title>Customization</title> +<para> +Using the shell (see <xref linkend="shell"/>), the installation process +can be carefully customized, to fit exceptional use cases: +</para> + + <sect2><title>Installing an alternative init system</title> +<para> +&debian; uses systemd as its default init system. However, other init +systems (such as sysvinit and OpenRC) are supported, and the +easiest time to select an alternative init system is during the +installation process. For detailed instructions on how to do so, +please see the <ulink +url="https://wiki.debian.org/Init#Changing_the_init_system_-_at_installation_time">Init +page on the Debian wiki</ulink>. +</para> + + </sect2> + </sect1> diff --git a/en/using-d-i/using-d-i.xml b/en/using-d-i/using-d-i.xml index 3561ced2d..909fb7b60 100644 --- a/en/using-d-i/using-d-i.xml +++ b/en/using-d-i/using-d-i.xml @@ -446,6 +446,7 @@ report installer software problems to &debian; developers later. &using-d-i-components.xml; &loading-firmware.xml; +&customization.xml; </chapter> |