Skip to content

Add flag to specify where to look for hooks.

Morten Linderud requested to merge github/fork/Foxboron/morten/hookdir-flag into master

I'm aware that mkinitcpio does use $PWD/{install,hook}, but it feels a bit silly that we are still looking through a path if we only want to be looking through a specific location.

The motivation for this is to look into creating a test suite for mkinitcpio. Specifying a hook directory for any additional hooks feels apt.

Merge request reports