From 9c34632dc97bba7b6ba05ca32bf00c32b7221911 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 18 Oct 2023 22:42:30 -0500 Subject: image: ISO: Fix 64-bit PowerPC GRUB config file We can rely on $root being the default path, and not doing so breaks Petitboot on PS3 and OPAL systems (Power8/9). Fixes: #347 --- image/iso-share/post-ppc64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/iso-share/post-ppc64.sh b/image/iso-share/post-ppc64.sh index 7c6e76f..bf3e7b9 100755 --- a/image/iso-share/post-ppc64.sh +++ b/image/iso-share/post-ppc64.sh @@ -26,8 +26,8 @@ menuentry "Adelie Linux Live (PowerPC 64-bit)" --class linux --id adelie-live-cd insmod iso9660 insmod linux search --label "Adelie-ppc64" --hint cd,apple2 --no-floppy --set - linux ($root)/kernel-ppc64 root=live:LABEL=Adelie-ppc64 rd.live.dir=/ rd.live.squashimg=ppc64.squashfs - initrd ($root)/initrd-ppc64 + linux /kernel-ppc64 root=live:LABEL=Adelie-ppc64 rd.live.dir=/ rd.live.squashimg=ppc64.squashfs + initrd /initrd-ppc64 } menuentry "Reboot and Try Again" --class reboot --id reboot { -- cgit v1.2.3-70-g09d2