v4.8.1
Miscellaneous:
- Improves Makefile:
-
Adds a new make parameter
INITCPIO
:- Allows users to explicitely turn on inclusion of the hook
- By default initcpio hooks are not installed, invoked
make INITCPIO=true install
to use them.
-
Install target:
- mkinitcpio dependency is replaced by the new parameter
INITCPIO
- mkinitcpio dependency is replaced by the new parameter
-
Uninstall target:
- Use the new
INITCPIO
parameter to delete the hook folder.- This prevents some warnings being output when on a non-Archlinux system,
without a previously installed initcpio hook, amake uninstall
is performed.
- This prevents some warnings being output when on a non-Archlinux system,
- Use the new
-
Help target:
- Include mkinitcpio hook (make parameter
INITCPIO
) - Redisign table :
- the table is being expanded by a new column describing the type of
data that each parameter may be assigned, like paths or boolean values.
- the table is being expanded by a new column describing the type of
- Include mkinitcpio hook (make parameter
-