We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 017a7ef + 29f6f3a commit 8af6565Copy full SHA for 8af6565
docs/release-notes.md
@@ -19,6 +19,13 @@ nav_order: 9
19
20
21
22
+## Ignition 2.16.2 (2023-07-12)
23
+
24
+### Bug fixes
25
26
+- Fix Dracut module installation on arches other than x86 and aarch64
27
28
29
## Ignition 2.16.1 (2023-07-10)
30
31
### Bug fixes
dracut/30ignition/module-setup.sh
@@ -99,5 +99,5 @@ install() {
99
100
installkernel() {
101
# required by hyperv platform to read kvp from the kernel
102
- instmods -c hv_utils
+ instmods hv_utils
103
}
0 commit comments