summaryrefslogtreecommitdiff
path: root/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'ppc')
-rw-r--r--ppc/early.cfg2
-rw-r--r--ppc/early.cfg642
-rw-r--r--ppc/grub.cfg6
-rw-r--r--ppc/grub.cfg646
4 files changed, 8 insertions, 8 deletions
diff --git a/ppc/early.cfg b/ppc/early.cfg
index ef47255..0a908eb 100644
--- a/ppc/early.cfg
+++ b/ppc/early.cfg
@@ -1,2 +1,2 @@
-search.fs_label "Adelie 1.0rc1 ppc" --no-floppy root
+search.fs_label "Adelie 1.0rc1 ppc" --no-floppy --set
set prefix=($root)/boot
diff --git a/ppc/early.cfg64 b/ppc/early.cfg64
index a65f671..88ec57c 100644
--- a/ppc/early.cfg64
+++ b/ppc/early.cfg64
@@ -1,2 +1,2 @@
-search.fs_label "Adelie 1.0rc1 ppc64" root
+search.fs_label "Adelie 1.0rc1 ppc64" --no-floppy --set
set prefix=($root)/boot
diff --git a/ppc/grub.cfg b/ppc/grub.cfg
index 284f650..adace64 100644
--- a/ppc/grub.cfg
+++ b/ppc/grub.cfg
@@ -2,9 +2,9 @@ menuentry "Adelie Linux 1.0-RC1 Live (PowerPC 32-bit)" --class linux --id adelie
insmod part_apple
insmod iso9660
insmod linux
- search --label "Adelie 1.0rc1 ppc" --hint cd,apple2 --no-floppy root
- linux ($root)/bzImage
- initrd ($root)/initrd
+ search --label "Adelie 1.0rc1 ppc" --hint cd,apple2 --no-floppy --set
+ linux ($root)/bzImage-ppc squashroot=ppc.squashfs
+ initrd ($root)/initrd-ppc
}
menuentry "Reboot and Try Again" --class reboot --id reboot {
diff --git a/ppc/grub.cfg64 b/ppc/grub.cfg64
index 97e0deb..8240caa 100644
--- a/ppc/grub.cfg64
+++ b/ppc/grub.cfg64
@@ -2,9 +2,9 @@ menuentry "Adelie Linux 1.0-RC1 Live (PowerPC 64-bit)" --class linux --id adelie
insmod part_apple
insmod iso9660
insmod linux
- search --label "Adelie 1.0rc1 ppc64" --hint cd,apple2 --no-floppy root
- linux ($root)/bzImage
- initrd ($root)/initrd
+ search --label "Adelie 1.0rc1 ppc64" --hint cd,apple2 --no-floppy --set
+ linux ($root)/bzImage-ppc64 squashroot=ppc64.squashfs
+ initrd ($root)/initrd-ppc64
}
menuentry "Reboot and Try Again" --class reboot --id reboot {