diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-11-27 16:57:48 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-11-27 16:57:48 +0000 |
commit | 49fb3833879f300df9849299042711d88a6f0cd4 (patch) | |
tree | d2b3c1db32abccc55b8c0f3182f985b210388279 /en | |
parent | 0494f1264bdf962dd8a065282b14d95cd1986787 (diff) | |
download | installation-guide-49fb3833879f300df9849299042711d88a6f0cd4.zip |
* Move boot parameters subsections from inside the debian installer parameters
section, to which they don't really belong.
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/parameters.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index 5d2bbc667..1da6efc13 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -453,8 +453,10 @@ performing a normal installation. See <xref linkend="rescue"/>. </variablelist> - <sect3 id="preseed-args"> - <title>Using boot parameters to answer questions</title> + </sect2> + + <sect2 id="preseed-args"> + <title>Using boot parameters to answer questions</title> <para> With some exceptions, a value can be set at the boot prompt for any question @@ -546,10 +548,10 @@ See <xref linkend="pkgsel"/> for additional information. </variablelist> - </sect3> + </sect2> - <sect3 id="module-parms"> - <title>Passing parameters to kernel modules</title> + <sect2 id="module-parms"> + <title>Passing parameters to kernel modules</title> <para> If drivers are compiled into the kernel, you can pass parameters to them @@ -587,10 +589,10 @@ to use the BNC (coax) connector and IRQ 10, you would pass: </screen></informalexample> </para> - </sect3> + </sect2> - <sect3 id="module-blacklist"> - <title>Blacklisting kernel modules</title> + <sect2 id="module-blacklist"> + <title>Blacklisting kernel modules</title> <para> Sometimes it may be necessary to blacklist a module to prevent it from @@ -616,6 +618,5 @@ mode and unselecting the module from the list of modules displayed during the hardware detection phases. </para> - </sect3> </sect2> </sect1> |