Skip to content

lsinitcpio: fix explicit module markings

nl6720 requested to merge nl6720/mkinitcpio:fix-lsinitcpio-explicitmod into master

Restore accidentally lost [explicit] markings in lsinitcpio -a output for modules that were added because the MODULES array in mkinitcpio.conf.

Since MODULES in /config is a sting not an array, it needs to be converted to an array before it can be used as such.

Fixes: 982905e1 ("Improve bash syntax in mkinitcpio, lsinitcpio and functions")

Merge request reports