summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-03-07 09:27:59 +0100
committerHarald Hoyer <harald@redhat.com>2013-03-07 09:28:33 +0100
commit46e6e4f1e50a56d69f87653f30996766fcb23f8a (patch)
treecec547bbee8b13b39cb6860c03722e4eb504e8c6 /man
parent99613ec5d7f0c6e30801457f60c2cab7d8e50d8d (diff)
man/kernel-install.xml: fix paths to reflect actual behaviour
Diffstat (limited to 'man')
-rw-r--r--man/kernel-install.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index 93dc0ae4fd..4634680b39 100644
--- a/man/kernel-install.xml
+++ b/man/kernel-install.xml
@@ -88,7 +88,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<filename>/boot/&lt;MACHINE-ID>/&lt;KERNEL VERSION>/linux</filename>.</para>
<para>kernel-install also creates a boot loader entry according to the boot loader specification
- in <filename>/boot/loader/entries/&lt;OS-ID>-&lt;KERNEL VERSION>-&lt;MACHINE-ID>.conf</filename>.
+ in <filename>/boot/loader/entries/&lt;MACHINE-ID>-&lt;KERNEL VERSION>.conf</filename>.
If the file <filename>initrd</filename> is found next to the <filename>linux</filename> file,
the initrd will be added to the configuration.</para>
</listitem>
@@ -100,7 +100,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
"remove &lt;KERNEL VERSION> <filename>/boot/&lt;MACHINE-ID>/&lt;KERNEL VERSION>/</filename>"
</para>
<para>kernel-install removes the entire directory <filename>/boot/&lt;MACHINE-ID>/&lt;KERNEL VERSION>/</filename>
- and the file <filename>/boot/loader/entries/&lt;OS-ID>-&lt;KERNEL VERSION>-&lt;MACHINE-ID>.conf</filename></para>
+ and the file <filename>/boot/loader/entries/&lt;MACHINE-ID>-&lt;KERNEL VERSION>.conf</filename></para>
</listitem>
</varlistentry>