From 0ccd0bcf04496867c74f68ddb2de403c7d09c0bf Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 1 Dec 2013 11:21:47 -0500 Subject: Load build and run hooks from /etc/initcpio This lets users shoot themselves in the foot more easily, as they can put their own modified hooks into /etc/initcpio/{hooks,install} to override those shipped by the distro in /usr/lib/initcpio. To make debugging easier, include the full path of the hook being used when mkinitcpio runs in verbose mode. Implements FS#37796. --- man/mkinitcpio.8.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man') diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index 3b28ee7..a3b56e4 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -291,10 +291,12 @@ Files '/etc/mkinitcpio.d':: Directory containing mkinitcpio presets. +'/etc/initcpio/install':: '/usr/lib/initcpio/install':: '/lib/initcpio/install':: Search path for build time hooks. +'/etc/initcpio/hooks':: '/usr/lib/initcpio/hooks':: '/lib/initcpio/hooks':: Search path for early userspace runtime hooks. -- cgit v1.2.3-24-g4f1b