Skip to content

Commit

Permalink
Merge pull request #92 from ader1990/ader1990/hyper-v-support
Browse files Browse the repository at this point in the history
ignition: fixes hyperv oem support
  • Loading branch information
ader1990 authored Mar 26, 2024
2 parents 19245b0 + 364adc2 commit 224a172
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 224a172

Please sign in to comment.