Skip to content

Commit 8af6565

Browse files
authored
Merge pull request #1673 from bgilbert/hv_utils
dracut: make `hv_utils` module optional
2 parents 017a7ef + 29f6f3a commit 8af6565

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ nav_order: 9
1919

2020

2121

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+
2229
## Ignition 2.16.1 (2023-07-10)
2330

2431
### Bug fixes

dracut/30ignition/module-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ install() {
9999

100100
installkernel() {
101101
# required by hyperv platform to read kvp from the kernel
102-
instmods -c hv_utils
102+
instmods hv_utils
103103
}

0 commit comments

Comments
 (0)