dracut icon indicating copy to clipboard operation
dracut copied to clipboard

feat: change configuration variables from space separated items to bash arrays

Open aafeijoo-suse opened this issue 3 years ago • 0 comments

Affected configuration variables:

  • dracutmodules
  • add_dracutmodules
  • force_add_dracutmodules
  • omit_dracutmodules
  • drivers
  • add_drivers
  • force_drivers
  • omit_drivers
  • filesystems
  • install_items
  • install_optional_items
  • libdirs
  • fscks

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

aafeijoo-suse avatar Aug 01 '22 12:08 aafeijoo-suse