--- a/usr/lib/initcpio/functions 2020-07-15 20:32:48.580638818 -0600 +++ b/usr/lib/initcpio/functions 2020-07-15 20:38:35.881284893 -0600 @@ -378,6 +378,7 @@ filename) found=1 module=${value##*/} module=${module%.ko*} + if [[ "$module" == "(builtin)" ]]; then continue; fi quiet "adding module: %s" "$module" _modpaths["$value"]=1 _addedmodules["${module//-/_}"]=1