Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rhcos-4.13] overlay.d: create new 30gcp-udev-rules overlay #2336

Merged
merged 2 commits into from
Apr 4, 2023

Commits on Mar 30, 2023

  1. overlay.d: create new 30gcp-udev-rules overlay

    We previously had the 65-gce-disk-naming.rules under the 05core
    overlay. This commit makes a new overlay.d entry specifically for
    the GCP rules, in this way we can track it and have a better
    maintenance
    
    Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
    ravanelli committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f8bf2b3 View commit details
    Browse the repository at this point in the history
  2. overlay.d: Add/Update udev rules for GCP

     - This PR injects/updates the udev rules from google-guest-config package into
    our overlay (GoogleCloudPlatform/guest-configs@18fbc05).
    
     - It works as an workaround for the BZ #2176212. The longer term solution
    is to add these packages as part of the Fedora/RHEL itself, so we won't need to
    maintain it, as we can entirely drop it.
    
    For this matter the BZ https://bugzilla.redhat.com/show_bug.cgi?id=2182865
    was opened requesting a subpackage of google-compute-engine-guest-configs
    containing only what is needed.
    
    For more info:
    
    https://bugzilla.redhat.com/show_bug.cgi?id=2176212
    https://github.com/GoogleCloudPlatform/guest-configs/tree/master/src/lib/udev
    
    Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
    ravanelli committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0d14b7f View commit details
    Browse the repository at this point in the history