mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 18:35:44 -05:00
Merge pull request #2299 from ptr1337/initcpiocfg-microcode
initcpiocfg: Add microcode module
This commit is contained in:
commit
2204c58b44
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ the history of the 3.2 series (2018-05 - 2022-08).
|
|||
This release contains contributions from (alphabetically by first name):
|
||||
- Adriaan de Groot
|
||||
- Evan James
|
||||
- Peter Jung
|
||||
|
||||
## Core ##
|
||||
- Calamares logs more information about how the executable was created
|
||||
|
@ -22,6 +23,7 @@ This release contains contributions from (alphabetically by first name):
|
|||
## Modules ##
|
||||
- *displaymanager* module can configure an alternate SDDM configuration file.
|
||||
- *networkcfg* a bug affecting NetPlan + NetworkManager was fixed.
|
||||
- *initcpiocfg* Add microcode hook to initcpiocfg
|
||||
|
||||
|
||||
# 3.3.4 (2024-02-27)
|
||||
|
|
|
@ -148,6 +148,7 @@ def find_initcpio_features(partitions, root_mount_point):
|
|||
"""
|
||||
hooks = [
|
||||
"autodetect",
|
||||
"microcode",
|
||||
"kms",
|
||||
"modconf",
|
||||
"block",
|
||||
|
|
Loading…
Add table
Reference in a new issue