Skip to content

Commit

Permalink
ignition: fixes hyperv oem support
Browse files Browse the repository at this point in the history
Upstream Hyper-V ignition support requires now the `hv_utils` module.
See: coreos/ignition@d304850

Signed-off-by: Adrian Vladu <[email protected]>
  • Loading branch information
ader1990 committed Mar 26, 2024
1 parent 19245b0 commit 364adc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dracut/30ignition/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,10 @@ EOF
rm /tmp/${filename}-wrapper
done

}
}

# See: https://github.com/coreos/ignition/commit/d304850c3d3696822bc05e0833ee4b27df9d7a38
installkernel() {
# required by hyperv platform to read kvp from the kernel
instmods -c hv_utils
}

0 comments on commit 364adc2

Please sign in to comment.