Skip to content

Commit

Permalink
Merge pull request #1673 from bgilbert/hv_utils
Browse files Browse the repository at this point in the history
dracut: make `hv_utils` module optional
  • Loading branch information
bgilbert committed Jul 12, 2023
2 parents 017a7ef + 29f6f3a commit 8af6565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ nav_order: 9



## Ignition 2.16.2 (2023-07-12)

### Bug fixes

- Fix Dracut module installation on arches other than x86 and aarch64


## Ignition 2.16.1 (2023-07-10)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion dracut/30ignition/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ install() {

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

0 comments on commit 8af6565

Please sign in to comment.