diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-22 00:35:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-22 00:35:49 +0300 |
commit | ce3c49f6b499cf43c89209f977701ec388154bf6 (patch) | |
tree | 355f8be9c9b3029071bea4e8e5a69fd0e957a8a6 /src/docs/Configuring-Init.html | |
parent | 7048109c0a2840957421588219d5a82eeda2d780 (diff) | |
download | website-ce3c49f6b499cf43c89209f977701ec388154bf6.tar.gz |
update
Diffstat (limited to 'src/docs/Configuring-Init.html')
-rw-r--r-- | src/docs/Configuring-Init.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/docs/Configuring-Init.html b/src/docs/Configuring-Init.html index 534ffc3..eddc1ac 100644 --- a/src/docs/Configuring-Init.html +++ b/src/docs/Configuring-Init.html @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Next: <a href="Init-Hooks.html" accesskey="n" rel="next">Init Hooks</a>, Up: <a href="Init-System.html" accesskey="u" rel="up">Init System</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Configuring-Init-1"></span><h3 class="section">4.1 Configuring Init</h3> +<span id="Configuring-Init-1"></span><h3 class="section">3.1 Configuring Init</h3> <p>There are three ways you can change the behaviour of the init system. Those are: </p> @@ -63,7 +63,7 @@ Next: <a href="Init-Hooks.html" accesskey="n" rel="next">Init Hooks</a>, Up: <a -<span id="Kernel-Command-Line"></span><h4 class="subsection">4.1.1 Kernel Command Line</h4> +<span id="Kernel-Command-Line"></span><h4 class="subsection">3.1.1 Kernel Command Line</h4> <p>On GRUB, you can edit the kernel command line parameters, which will be parsed as variables on the init system. Not all of the parameters will be acted upon, @@ -90,7 +90,7 @@ startup. </p> -<span id="g_t_002fetc_002finit_002frc_002econf-file"></span><h4 class="subsection">4.1.2 <samp>/etc/init/rc.conf</samp> file</h4> +<span id="g_t_002fetc_002finit_002frc_002econf-file"></span><h4 class="subsection">3.1.2 <samp>/etc/init/rc.conf</samp> file</h4> <p>However, the kernel command line isn’t the only place to set your boot parameters. You can specify variables here as well, although note that the |