[systemd-commits] man/kernel-install.xml

Harald Hoyer harald at kemper.freedesktop.org
Thu Mar 7 00:28:52 PST 2013


 man/kernel-install.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 46e6e4f1e50a56d69f87653f30996766fcb23f8a
Author: Harald Hoyer <harald at redhat.com>
Date:   Thu Mar 7 09:27:59 2013 +0100

    man/kernel-install.xml: fix paths to reflect actual behaviour

diff --git a/man/kernel-install.xml b/man/kernel-install.xml
index 93dc0ae..4634680 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/<MACHINE-ID>/<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/<OS-ID>-<KERNEL VERSION>-<MACHINE-ID>.conf</filename>.
+          in <filename>/boot/loader/entries/<MACHINE-ID>-<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 <KERNEL VERSION> <filename>/boot/<MACHINE-ID>/<KERNEL VERSION>/</filename>"
         </para>
         <para>kernel-install removes the entire directory <filename>/boot/<MACHINE-ID>/<KERNEL VERSION>/</filename>
-        and the file <filename>/boot/loader/entries/<OS-ID>-<KERNEL VERSION>-<MACHINE-ID>.conf</filename></para>
+        and the file <filename>/boot/loader/entries/<MACHINE-ID>-<KERNEL VERSION>.conf</filename></para>
         </listitem>
       </varlistentry>
 



More information about the systemd-commits mailing list