mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 07:18:27 +00:00
dracut: increase base.conf priority from 00 to 05
The Makefile invokes dracut with a custom confdir. However dracut will still pull site configuration from /usr/lib/dracut/dracut.conf.d/, which on Fedora contains a 01-dist.conf that sets among other things early_microcode="yes". Because 01-dist.conf is processed after 00-base.conf, kata's early_microcode="no" is overridden, which isn't intended. Rename 00-base.conf to 05-base.conf to sidestep this Fixes: #354 Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Reference in New Issue
Block a user