mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-15 12:24:26 +01: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