As described in the #1729 the dracut config file name are not named with digit prefixes which are used more in other places eg. dracut default config files, or udev rules, or sysctl.d files. If CoreOS can use same convention these config files can be sourced in order. Then the #1729 #1832 can be solved all together since kdump will use itsown config dir with the new introduced --add-confdir option in dracut upstream.
Reproduction steps
Put a new config 90-test.conf in /etc/dracut.conf.d/ and we hope it will be sourced after any other config files with number prefixs less than 90.
Expected behavior
the config files are named with digit numbers
Actual behavior
the config files CoreOS added are not named with digt number prefixes.
Describe the bug
As described in the #1729 the dracut config file name are not named with digit prefixes which are used more in other places eg. dracut default config files, or udev rules, or sysctl.d files. If CoreOS can use same convention these config files can be sourced in order. Then the #1729 #1832 can be solved all together since kdump will use itsown config dir with the new introduced --add-confdir option in dracut upstream.
Reproduction steps
Put a new config 90-test.conf in /etc/dracut.conf.d/ and we hope it will be sourced after any other config files with number prefixs less than 90.
Expected behavior
the config files are named with digit numbers
Actual behavior
the config files CoreOS added are not named with digt number prefixes.
System details
NA
Butane or Ignition config
No response
Additional information
No response