X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fkernel-install.xml;fp=man%2Fkernel-install.xml;h=9c2ecc48b2163e68bdcc05bb3b78bc4597f7f908;hb=845c53246f73a505f12bb7f685a530045fa60a40;hp=df3549dcb74aed0d4a128d5cf75efc70fe5df629;hpb=202288be83b56a724c316ce0ad2fcb41bd63f0eb;p=elogind.git diff --git a/man/kernel-install.xml b/man/kernel-install.xml index df3549dcb..9c2ecc48b 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -49,7 +49,10 @@ along with systemd; If not, see . - kernel-install COMMAND KERNEL VERSION KERNEL IMAGE + kernel-install + COMMAND + KERNEL-VERSION + KERNEL-IMAGE @@ -60,9 +63,10 @@ along with systemd; If not, see . initramfs images to and from /boot. - kernel-install will execute the files located in the directory /usr/lib/kernel/install.d/ + kernel-install will execute the files + located in the directory /usr/lib/kernel/install.d/ and the local administration directory /etc/kernel/install.d/. - All files are collectively sorted and executed in lexical order, regardless of the directories in + All files are collectively sorted and executed in lexical order, regardless of the directory in which they live. However, files with identical file names replace each other. Files in /etc/kernel/install.d/ take precedence over files with the same name in /usr/lib/kernel/install.d/. This can be used to override a system-supplied @@ -78,29 +82,44 @@ along with systemd; If not, see . The following commands are understood: - add <KERNEL VERSION> <KERNEL IMAGE> + add KERNEL-VERSION KERNEL-IMAGE - calls every executable /usr/lib/kernel/install.d/*.install - and /etc/kernel/install.d/*.install with the arguments - "add <KERNEL VERSION> /boot/<MACHINE-ID>/<KERNEL VERSION>/" - - kernel-install copies <KERNEL IMAGE> to - /boot/<MACHINE-ID>/<KERNEL VERSION>/linux. - - kernel-install also creates a boot loader entry according to the boot loader specification - 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. + calls every executable + /usr/lib/kernel/install.d/*.install and + /etc/kernel/install.d/*.install with + the arguments + +add KERNEL-VERSION /boot/MACHINE-ID/KERNEL-VERSION/ + + + + kernel-install copies + KERNEL-IMAGE to + /boot/MACHINE-ID/KERNEL-VERSION/linux. + + + kernel-install also creates a boot + loader entry according to the boot loader specification 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. - remove <KERNEL VERSION> <KERNEL IMAGE> - 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>/" - - kernel-install removes the entire directory /boot/<MACHINE-ID>/<KERNEL VERSION>/ - and the file /boot/loader/entries/<MACHINE-ID>-<KERNEL VERSION>.conf + remove KERNEL-VERSION KERNEL-IMAGE + + 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/ + + + + kernel-install removes the entire directory + /boot/MACHINE-ID/KERNEL-VERSION/ + and the file + /boot/loader/entries/MACHINE-ID-KERNEL-VERSION.conf @@ -140,7 +159,7 @@ along with systemd; If not, see . /etc/machine-id - The content of the file specifies the machine identification <MACHINE-ID>. + The content of the file specifies the machine identification MACHINE-ID. @@ -148,7 +167,7 @@ along with systemd; If not, see . /etc/os-release - The content of the file specifies the operating system id <OS-ID>. + The content of the file specifies the operating system id OS-ID.