diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-09 19:16:07 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-09 19:16:07 +0300 |
commit | 821fda61da4ab4d596d1399f21fa6cc9b1e51444 (patch) | |
tree | d2e7d3735e9e93bfc5e7036882456b66af3b8421 /src/docs/Changing-Init-Program.html | |
parent | b3407224f2ddc6ca7109ecf60f07427118c52dc6 (diff) | |
download | website-821fda61da4ab4d596d1399f21fa6cc9b1e51444.tar.gz |
update
Diffstat (limited to 'src/docs/Changing-Init-Program.html')
-rw-r--r-- | src/docs/Changing-Init-Program.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/Changing-Init-Program.html b/src/docs/Changing-Init-Program.html index 60bf1b3..35e648f 100644 --- a/src/docs/Changing-Init-Program.html +++ b/src/docs/Changing-Init-Program.html @@ -44,7 +44,7 @@ ul.no-bullet {list-style: none} Previous: <a href="Configuring-Init.html" accesskey="p" rel="prev">Configuring Init</a>, Up: <a href="Init-System.html" accesskey="u" rel="up">Init System</a> </p> </div> <hr> -<span id="Changing-Init-Program-1"></span><h3 class="section">3.2 Changing Init Program</h3> +<span id="Changing-Init-Program-1"></span><h3 class="section">4.2 Changing Init Program</h3> <p>By default, Carbs Linux comes preinstalled with <code>busybox-init</code>, but this can easily be replaced without any issues. Currently, available init systems are: @@ -65,7 +65,7 @@ $ cpt a runit /usr/bin/poweroff $ cpt a runit /usr/bin/reboot </pre></div> -<span id="Rebooting-after-changing-Init"></span><h4 class="subsection">3.2.1 Rebooting after changing Init</h4> +<span id="Rebooting-after-changing-Init"></span><h4 class="subsection">4.2.1 Rebooting after changing Init</h4> <p>After switching init systems, your running init system may not accept the new poweroff commands. You will need to reboot/poweroff using the running init’s |