initcpiocfg: Add microcode module

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung 2024-03-04 19:44:03 +01:00
parent 10acebff46
commit 60c5f3fd5a
No known key found for this signature in database
GPG Key ID: C3C4820857F654FE
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ the history of the 3.2 series (2018-05 - 2022-08).
This release contains contributions from (alphabetically by first name): This release contains contributions from (alphabetically by first name):
- Adriaan de Groot - Adriaan de Groot
- Evan James - Evan James
- Peter Jung
## Core ## ## Core ##
- Calamares logs more information about how the executable was created - Calamares logs more information about how the executable was created
@ -22,6 +23,7 @@ This release contains contributions from (alphabetically by first name):
## Modules ## ## Modules ##
- *displaymanager* module can configure an alternate SDDM configuration file. - *displaymanager* module can configure an alternate SDDM configuration file.
- *networkcfg* a bug affecting NetPlan + NetworkManager was fixed. - *networkcfg* a bug affecting NetPlan + NetworkManager was fixed.
- *initcpiocfg* Add microcode hook to initcpiocfg
# 3.3.4 (2024-02-27) # 3.3.4 (2024-02-27)

View File

@ -148,6 +148,7 @@ def find_initcpio_features(partitions, root_mount_point):
""" """
hooks = [ hooks = [
"autodetect", "autodetect",
"microcode",
"kms", "kms",
"modconf", "modconf",
"block", "block",