diff options
author | Frans Pop <elendil@planet.nl> | 2007-01-06 09:37:17 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-01-06 09:37:17 +0000 |
commit | 0b3b0ed3ef1b7d26d9c89053bcea9503fa224e9e (patch) | |
tree | 35dd3348282b725b8573b12c2bc1ed1e37c8aa51 /en | |
parent | d96b37a37828c87d2850b51283eb73ef5680248e (diff) | |
download | installation-guide-0b3b0ed3ef1b7d26d9c89053bcea9503fa224e9e.zip |
Fix double section ID
Diffstat (limited to 'en')
-rw-r--r-- | en/boot-installer/parameters.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml index f216eba28..7fa7089f0 100644 --- a/en/boot-installer/parameters.xml +++ b/en/boot-installer/parameters.xml @@ -471,7 +471,8 @@ See <xref linkend="pkgsel"/> for additional information. </sect3> - <sect3 id="module-parms"><title>Passing parameters to kernel modules</title> + <sect3 id="module-parms"> + <title>Passing parameters to kernel modules</title> <para> If drivers are compiled into the kernel, you can pass parameters to them @@ -511,7 +512,8 @@ to use the BNC (coax) connector and IRQ 10, you would pass: </para> </sect3> - <sect3 id="module-parms"><title>Blacklisting kernel modules</title> + <sect3 id="module-blacklist"> + <title>Blacklisting kernel modules</title> <para> Sometimes it may be necessary to blacklist a module to prevent it from |