X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fkernel-install.xml;h=178ad1d2bd22a2c2739ec753dd77a06161124b9f;hp=3612b7d934b88a4b9e887c4138bc2098e6af3323;hb=c16d01af5771bdc20171e81855dc1ef83326c10d;hpb=9fccdb0f64d12bc09a71442dd0af2248c1aa3e89 diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 3612b7d93..178ad1d2b 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -95,14 +95,20 @@ along with systemd; If not, see . The kernel-install plugin 50-depmod.install runs depmod for the KERNEL-VERSION. - The kernel-install plugin 90-loaderentry.install copies + The kernel-install plugin + 90-loaderentry.install copies KERNEL-IMAGE to /boot/MACHINE-ID/KERNEL-VERSION/linux. - It also creates a boot loader entry according to the boot loader specification in + It also creates a boot loader entry according to the boot + loader specification in /boot/loader/entries/MACHINE-ID-KERNEL-VERSION.conf. - The title of the entry is the PRETTY_NAME parameter specified in /etc/os-release, - or "Linux KERNEL-VERSION", if unset. - If the file initrd is found next to the + The title of the entry is the + PRETTY_NAME parameter specified + in /etc/os-release or + /usr/lib/os-release (if the former is + missing), or "Linux + KERNEL-VERSION", if unset. If + the file initrd is found next to the linux file, the initrd will be added to the configuration. @@ -165,6 +171,7 @@ along with systemd; If not, see . /etc/os-release + /usr/lib/os-release The content of the file specifies the operating system title PRETTY_NAME.