kernel-install.xml revision 5de0ccffcc4a5a946102a14e0b0e681d964e3225
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin<?xml version='1.0'?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin This file is part of systemd.
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin Copyright 2013 Harald Hoyer
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin systemd is free software; you can redistribute it and/or modify it
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin under the terms of the GNU Lesser General Public License as published by
343a568a3281a6a0a4c562407aef7b0dfc299b98minfrin the Free Software Foundation; either version 2.1 of the License, or
along with systemd; If not, see <http://www.gnu.org/licenses/>.
executables with a local file if needed; a symbolic link in <filename>/etc/kernel/install.d/</filename>
<term><command>add <replaceable>KERNEL-VERSION</replaceable> <replaceable>KERNEL-IMAGE</replaceable></command></term>
<filename>/boot/<replaceable>MACHINE-ID</replaceable>/<replaceable>KERNEL-VERSION</replaceable>/</filename>
<programlisting>add <replaceable>KERNEL-VERSION</replaceable> <filename>/boot/<replaceable>MACHINE-ID</replaceable>/<replaceable>KERNEL-VERSION</replaceable>/</filename></programlisting>
<para>The kernel-install plugin <filename>50-depmod.install</filename> runs depmod for the <replaceable>KERNEL-VERSION</replaceable>.</para>
<filename>/boot/<replaceable>MACHINE-ID</replaceable>/<replaceable>KERNEL-VERSION</replaceable>/linux</filename>.
<filename>/boot/loader/entries/<replaceable>MACHINE-ID</replaceable>-<replaceable>KERNEL-VERSION</replaceable>.conf</filename>.
<programlisting>remove <replaceable>KERNEL-VERSION</replaceable> <filename>/boot/<replaceable>MACHINE-ID</replaceable>/<replaceable>KERNEL-VERSION</replaceable>/</filename></programlisting>
<filename>/boot/<replaceable>MACHINE-ID</replaceable>/<replaceable>KERNEL-VERSION</replaceable>/</filename> afterwards.</para>
<filename>/boot/loader/entries/<replaceable>MACHINE-ID</replaceable>-<replaceable>KERNEL-VERSION</replaceable>.conf</filename>.</para>
<para>The content of the file <filename>/etc/kernel/cmdline</filename> specifies the kernel command line to use.
<para>The content of the file specifies the machine identification <replaceable>MACHINE-ID</replaceable>.</para>
<para>The content of the file specifies the operating system title <replaceable>PRETTY_NAME</replaceable>.</para>
<ulink url="http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec">Boot loader specification</ulink>