summaryrefslogtreecommitdiff
path: root/image/iso-share/post-ppc64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'image/iso-share/post-ppc64.sh')
-rwxr-xr-ximage/iso-share/post-ppc64.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/image/iso-share/post-ppc64.sh b/image/iso-share/post-ppc64.sh
index e5b5c65..7c6e76f 100755
--- a/image/iso-share/post-ppc64.sh
+++ b/image/iso-share/post-ppc64.sh
@@ -4,7 +4,7 @@ mkdir -p cdroot/boot
# /boot/grub instead of /boot for Petitboot compatibility.
cat >early.cfg <<'EARLYCFG'
-search.fs_label "Adelie ppc64" root
+search.fs_label "Adelie-ppc64" root
set prefix=($root)/boot/grub
EARLYCFG
@@ -25,8 +25,8 @@ menuentry "Adelie Linux Live (PowerPC 64-bit)" --class linux --id adelie-live-cd
insmod part_apple
insmod iso9660
insmod linux
- search --label "Adelie ppc64" --hint cd,apple2 --no-floppy --set
- linux ($root)/kernel-ppc64 squashroot=ppc64.squashfs
+ 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
}