Add files into azure marketplace image to make chronyd.service require /dev/ptp_hyperv before starting#6234
Merged
ddstreetmicrosoft merged 2 commits intomainfrom Oct 5, 2023
Merged
Conversation
4cf8d52 to
cd89d65
Compare
cd89d65 to
5957e1b
Compare
christopherco
approved these changes
Sep 25, 2023
c7a4c4c to
af50bf8
Compare
af50bf8 to
9c9af44
Compare
9c9af44 to
0a30801
Compare
jepio
added a commit
to flatcar/init
that referenced
this pull request
Mar 25, 2024
This allows services (such as chrony) to have a dependency on /dev/ptp_hyperv being present. Inspired by: microsoft/azurelinux#6234. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
jepio
added a commit
to flatcar/scripts
that referenced
this pull request
Mar 25, 2024
…p_hyperv Inspired by microsoft/azurelinux#6234, requires a udev rule to be shipped with the OS, since udev rules in sysexts don't quite work. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
jepio
added a commit
to flatcar/scripts
that referenced
this pull request
Mar 25, 2024
…p_hyperv Inspired by microsoft/azurelinux#6234, requires a udev rule to be shipped with the OS, since udev rules in sysexts don't quite work. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./SPECS/LICENSES-AND-NOTICES/data/licenses.json,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
What does the PR accomplish, why was it needed?
adds files for the image builder to install into azure marketplace images to fix #6233
Change Log
adds files for the image builder to install into azure marketplace images to fix #6233
Does this affect the toolchain?
YES
Associated issues
Test Methodology