Makefile handling of dracut conf 'drivers' variable can be subtly wrong
crobinso opened this issue · 0 comments
crobinso commented
dracut will process conf files with bash, and in fact it's common to use idioms like += in conf files for string concatenation. The current grep usage in the Makefile won't catch all possible valid 'drivers' variable cases from dracut.conf.d/10-drivers.conf, it only works if 'drivers' is a single line
FYI I'll send a patch for this shortly