-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change coreos dracut configs file name convention #1837
Comments
I will be back at work on December 2nd and will gladly look into that if no one have started yet :) |
Sound like a good plan and could help solve: |
Prefix our dracut configs with "60". This allow for other configs such as kdump to override ours if necessary. This will allow for the kdump initramfs to not ship our modules (e.g. ignition) making kdump initramfs smaller. Fixes coreos/fedora-coreos-tracker#1837
Prefix our dracut configs with "60". This allow for other configs such as kdump to override ours if necessary. This will allow for the kdump initramfs to not ship our modules (e.g. ignition) making kdump initramfs smaller. Fixes coreos/fedora-coreos-tracker#1837
Prefix our dracut configs with "60". This allow for other configs such as kdump to override ours if necessary. This will allow for the kdump initramfs to not ship our modules (e.g. ignition) making kdump initramfs smaller. Fixes coreos/fedora-coreos-tracker#1837
@jbtrystram Thanks for taking care of this! |
The fix for this went into |
The fix for this went into |
The fix for this went into |
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
The text was updated successfully, but these errors were encountered: