From 7b8e68af09e20fd95656b8909f4fc027440c1c30 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 3 Mar 2012 13:36:13 -0500 Subject: add support for HOOKDIR/INSTDIR as arrays This is a really ugly patch, but allows mkinitcpio to read hooks from multiple locations, namely: /usr/lib/initcpio/{install,hooks} /lib/initcpio/{install,hooks} Preference is given to the first, and all files included with mkinitcpio are moved there. Signed-off-by: Dave Reisner --- mkinitcpio.8.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'mkinitcpio.8.txt') diff --git a/mkinitcpio.8.txt b/mkinitcpio.8.txt index beb3e9c..9a2d920 100644 --- a/mkinitcpio.8.txt +++ b/mkinitcpio.8.txt @@ -105,6 +105,7 @@ Files '/etc/mkinitcpio.d':: Folder containing mkinitcpio presets. +'/usr/lib/initcpio':: '/lib/initcpio':: Files related to creating an initial ramdisk. -- cgit v1.2.3-24-g4f1b