diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 4a8a46cef4d..99b7970457e 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -89,11 +89,12 @@ kernel-install creates the directory /boot/MACHINE-ID/KERNEL-VERSION/ - and calls every executable + and calls executables from /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/ KERNEL-IMAGE The kernel-install plugin 50-depmod.install runs depmod for the KERNEL-VERSION. @@ -119,7 +120,7 @@ remove KERNEL-VERSION - Calls every executable /usr/lib/kernel/install.d/*.install + Calls executables from /usr/lib/kernel/install.d/*.install and /etc/kernel/install.d/*.install with the arguments remove KERNEL-VERSION /boot/MACHINE-ID/KERNEL-VERSION/ @@ -138,7 +139,7 @@ Exit status - If every executable returns with 0, 0 is returned, a non-zero failure code otherwise. + If every executable returns 0 or 77, 0 is returned, and a non-zero failure code otherwise.