dracut
dracut copied to clipboard
feat: change configuration variables from space separated items to bash arrays
Affected configuration variables:
dracutmodulesadd_dracutmodulesforce_add_dracutmodulesomit_dracutmodulesdriversadd_driversforce_driversomit_driversfilesystemsinstall_itemsinstall_optional_itemslibdirsfscks
Also, the special fw_dir configuration variable and the fwdir command line
option were rewritten to fwdirs.
Backwards compatibility is preserved if all the conf snippets assign a specific variable using space separated items.
Checklist
- [X] I have tested it locally
- [X] I have reviewed and updated any documentation if relevant
- [X] I am providing new code and test(s) for it
TEST-97-CONFARRAYS needs #1883
Fixes #1102 Fixes #863