aboutsummaryrefslogtreecommitdiff
path: root/docs/docs/Configuring-Init.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/Configuring-Init.html')
-rw-r--r--docs/docs/Configuring-Init.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs/Configuring-Init.html b/docs/docs/Configuring-Init.html
index e90cd74..22a8195 100644
--- a/docs/docs/Configuring-Init.html
+++ b/docs/docs/Configuring-Init.html
@@ -45,7 +45,7 @@ ul.no-bullet {list-style: none}
Next: <a href="Changing-Init-Program.html" accesskey="n" rel="next">Changing Init Program</a>, Up: <a href="Init-System.html" accesskey="u" rel="up">Init System</a> &nbsp; </p>
</div>
<hr>
-<span id="Configuring-Init-1"></span><h3 class="section">3.1 Configuring Init</h3>
+<span id="Configuring-Init-1"></span><h3 class="section">4.1 Configuring Init</h3>
<p>There are three ways you can change the behaviour of the init system. Those are:
</p>
@@ -55,7 +55,7 @@ Next: <a href="Changing-Init-Program.html" accesskey="n" rel="next">Changing Ini
</li><li> Init Hooks
</li></ol>
-<span id="Kernel-Command-Line"></span><h4 class="subsection">3.1.1 Kernel Command Line</h4>
+<span id="Kernel-Command-Line"></span><h4 class="subsection">4.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,
@@ -80,14 +80,14 @@ quiet=1
<code>quiet</code>, will be used by the init system to change the behaviour of the
startup.
</p>
-<span id="g_t_002fetc_002finit_002frc_002econf-file"></span><h4 class="subsection">3.1.2 <samp>/etc/init/rc.conf</samp> file</h4>
+<span id="g_t_002fetc_002finit_002frc_002econf-file"></span><h4 class="subsection">4.1.2 <samp>/etc/init/rc.conf</samp> file</h4>
<p>However, the kernel command line isn&rsquo;t the only place to set your boot
parameters. You can specify variables here as well, although note that the
kernel command line always gets the priority for these variables since they can
be set just before boot.
</p>
-<span id="Init-Hooks"></span><h4 class="subsection">3.1.3 Init Hooks</h4>
+<span id="Init-Hooks"></span><h4 class="subsection">4.1.3 Init Hooks</h4>
<p>Init hooks are for custom personal commands that the user may want to add to
alter their boot. These can be used to load kernel modules, modify interfaces,