coreos / fedora-coreos-config

Base configuration for Fedora CoreOS
Other
153 stars 157 forks source link

overlay/dracut: prefix dracut config files with number #3289

Closed jbtrystram closed 22 hours ago

jbtrystram commented 1 day ago

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 https://github.com/coreos/fedora-coreos-tracker/issues/1837