From 0a106dcccda119200ef221398f5e8f9289c9aba0 Mon Sep 17 00:00:00 2001 From: Renata Ravanelli Date: Tue, 9 May 2023 12:03:44 -0300 Subject: [PATCH 1/2] manifest: Add xxd package in shared-workarounds - This package it required for the google_nvme_id script added in our 30gcp-udev-rules overlay - We can drop it once we get https://bugzilla.redhat.com/show_bug.cgi?id=2182865 done Signed-off-by: Renata Ravanelli --- manifests/shared-workarounds.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/shared-workarounds.yaml b/manifests/shared-workarounds.yaml index 500582942b..4ae54f4c90 100644 --- a/manifests/shared-workarounds.yaml +++ b/manifests/shared-workarounds.yaml @@ -1,2 +1,7 @@ # This manifest is a list of shared workarounds that are needed in both Fedora CoreOS # and downstreams (i.e. Red Hat CoreOS). + +packages: + # It will include xxd for FCOS and vim-common for RHCOS + # We can drop it once we get https://bugzilla.redhat.com/show_bug.cgi?id=2182865 done + - /usr/bin/xxd From fd48c4592298273452f6bbbc77b981a847beb126 Mon Sep 17 00:00:00 2001 From: Renata Ravanelli Date: Tue, 9 May 2023 16:40:50 -0300 Subject: [PATCH 2/2] overlay: Add execute permission for google_nvme_id - We need to execute google_nvme_id script, change the file permission to allow it Signed-off-by: Renata Ravanelli --- overlay.d/30gcp-udev-rules/usr/lib/udev/google_nvme_id | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 overlay.d/30gcp-udev-rules/usr/lib/udev/google_nvme_id diff --git a/overlay.d/30gcp-udev-rules/usr/lib/udev/google_nvme_id b/overlay.d/30gcp-udev-rules/usr/lib/udev/google_nvme_id old mode 100644 new mode 100755