From c4c50112ecc549e839582586d435dc170455c91b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 4 Nov 2016 08:40:58 -0400 Subject: man: update kernel-install(8) to match reality (#4563) --- man/kernel-install.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'man') diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 4a8a46cef4..99b7970457 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. -- cgit v1.2.3-54-g00ecf