diff options
-rw-r--r-- | 50-mageia.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/50-mageia.conf b/50-mageia.conf index a26f59d..940c8cc 100644 --- a/50-mageia.conf +++ b/50-mageia.conf @@ -4,6 +4,9 @@ i18n_vars="/etc/sysconfig/i18n:SYSFONT-FONT,SYSFONTACM-FONT_MAP,UNIMAP-FONT_UNIM # build initrd only to boot current hardware hostonly="yes" +# enable early microcode updating (mga#16657) +early_microcode="yes" + # always include ahci driver (mga#4364) add_drivers+=" ahci " |