From 4bb55d9f2703bdd3aa2441b664943ac008943c18 Mon Sep 17 00:00:00 2001 From: "Ritesh Harjani (IBM)" Date: Mon, 9 Mar 2026 21:48:06 +0530 Subject: [PATCH] root-disks/Makefile: Update the rootdisk path to use raw path Update the rootdisk path to use raw path instead of /blob/ Signed-off-by: Ritesh Harjani (IBM) --- root-disks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-disks/Makefile b/root-disks/Makefile index aa824aa..0acd211 100644 --- a/root-disks/Makefile +++ b/root-disks/Makefile @@ -24,7 +24,7 @@ define wget endef define wget_lbt - $(call wget,$(1),"https://github.com/groeck/linux-build-test/blob/8891968937a86214dbddfdbd98e43a0519402a80/rootfs/$(2)?raw=true") + $(call wget,$(1),"https://github.com/groeck/linux-build-test/raw/8891968937a86214dbddfdbd98e43a0519402a80/rootfs/$(2)") endef ppc64-rootfs.cpio.gz: ppc64-novsx-rootfs.cpio.gz