]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut.sh: fix early microcode detection logic
authorq66 <daniel@octaforge.org>
Sat, 25 Jul 2020 15:28:16 +0000 (17:28 +0200)
committerDaniel Molkentin <daniel@molkentin.de>
Sun, 26 Jul 2020 08:25:42 +0000 (10:25 +0200)
commitd8d5cb839cbddff7d73a12450055f14dce4ce1e2
treef287fb3b01c27f0454eca47a83d3db2d71192ff2
parent3b869230a08088a4f51d5bde8d5cfc8497779815
dracut.sh: fix early microcode detection logic

This fixes two issues:

1) on non-x86 systems in non-hostonly config this would cause
   an annoying warning on every initramfs generation
2) on non-x86 systems in hostonly config this would result in
   early microcode not getting disabled
dracut.sh