diff options
Diffstat (limited to 'image')
-rwxr-xr-x | image/iso-share/post-ppc64.sh | 4 |
1 files 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 { |