X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fkernel-install.xml;h=df3549dcb74aed0d4a128d5cf75efc70fe5df629;hb=667c24a6a86a5a26a906b7477ae81dcf4c73e64e;hp=06939fa090656a52093854626b3a898561d9ec01;hpb=81516adcb71a47837544340f72eb8ee810274119;p=elogind.git diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 06939fa09..df3549dcb 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -88,7 +88,7 @@ along with systemd; If not, see . /boot/<MACHINE-ID>/<KERNEL VERSION>/linux. kernel-install also creates a boot loader entry according to the boot loader specification - in /boot/loader/entries/<OS-ID>-<KERNEL VERSION>-<MACHINE-ID>.conf. + in /boot/loader/entries/<MACHINE-ID>-<KERNEL VERSION>.conf. If the file initrd is found next to the linux file, the initrd will be added to the configuration. @@ -100,7 +100,7 @@ along with systemd; If not, see . "remove <KERNEL VERSION> /boot/<MACHINE-ID>/<KERNEL VERSION>/" kernel-install removes the entire directory /boot/<MACHINE-ID>/<KERNEL VERSION>/ - and the file /boot/loader/entries/<OS-ID>-<KERNEL VERSION>-<MACHINE-ID>.conf + and the file /boot/loader/entries/<MACHINE-ID>-<KERNEL VERSION>.conf @@ -125,12 +125,40 @@ along with systemd; If not, see . Drop-in files, which are executed by kernel-install. + + + /etc/kernel/cmdline + /proc/cmdline + + + The content of the file /etc/kernel/cmdline specifies the kernel command line to use. + If that file does not exist, /proc/cmdline is used. + + + + + /etc/machine-id + + + The content of the file specifies the machine identification <MACHINE-ID>. + + + + + /etc/os-release + + + The content of the file specifies the operating system id <OS-ID>. + + See Also + machine-id5, + os-release5, Boot loader specification