From 02b7ab4cf450b1b7face2e000a146107be29a412 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:24:49 +0000 Subject: [PATCH 1/2] Initial plan From 46a6105bc353ab7b90abe59c352870dd165ffce6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:39:46 +0000 Subject: [PATCH 2/2] Fix Gardener Linux installation by using RHCOS script for /usr/local/bin path Co-authored-by: andyzhangx <4178417+andyzhangx@users.noreply.github.com> --- pkg/blobfuse-proxy/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/blobfuse-proxy/init.sh b/pkg/blobfuse-proxy/init.sh index 003d3b7e9..2e7b96854 100755 --- a/pkg/blobfuse-proxy/init.sh +++ b/pkg/blobfuse-proxy/init.sh @@ -37,7 +37,7 @@ echo "Linux distribution: $DISTRIBUTION, Arch: $ARCH" # install blobfuse-proxy and blobfuse/blofuse2 if needed case "${DISTRIBUTION}" in - "rhcos") + "rhcos"|"gardenlinux") . ./blobfuse-proxy/install-proxy-rhcos.sh ;; *)