X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fkernel-install.xml;h=178ad1d2bd22a2c2739ec753dd77a06161124b9f;hp=929ceef4afdf2094124b2d834ff3894f7a66a428;hb=08cb4bdd70309c5d8e56e0469358c53f49079b74;hpb=409dee2e44e7dc73d6bf00d782938e4cb4105f5b diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 929ceef4a..178ad1d2b 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -90,21 +90,25 @@ along with systemd; If not, see . /usr/lib/kernel/install.d/*.install and /etc/kernel/install.d/*.install with the arguments - -add KERNEL-VERSION /boot/MACHINE-ID/KERNEL-VERSION/ - + add KERNEL-VERSION /boot/MACHINE-ID/KERNEL-VERSION/ 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. @@ -114,9 +118,7 @@ add KERNEL-VERSION /boot/MACHI Calls every executable /usr/lib/kernel/install.d/*.install and /etc/kernel/install.d/*.install with the arguments - -remove KERNEL-VERSION /boot/MACHINE-ID/KERNEL-VERSION/ - + remove KERNEL-VERSION /boot/MACHINE-ID/KERNEL-VERSION/ kernel-install removes the entire directory @@ -169,6 +171,7 @@ remove KERNEL-VERSION /boot/MA /etc/os-release + /usr/lib/os-release The content of the file specifies the operating system title PRETTY_NAME.