Skip to content

Commit

Permalink
dracut: make hv_utils module optional
Browse files Browse the repository at this point in the history
It only exists on x86 and aarch64.  The conventional way to handle this
is to omit the -c flag, silently ignoring installation failures.
  • Loading branch information
bgilbert committed Jul 12, 2023
1 parent 017a7ef commit 7c571ed
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 7c571ed

Please sign in to comment.