summaryrefslogtreecommitdiff
path: root/ppc/grub.cfg64
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-02 14:31:59 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-02 14:31:59 -0600
commit79631ef3311eacf57344a5dd1865ac046908b353 (patch)
tree93d3b97086af10897ab2f4ab66f1a66ea2ea9729 /ppc/grub.cfg64
parent44905a2bdc4ce312c406f67428157ea43456db19 (diff)
downloadimage-79631ef3311eacf57344a5dd1865ac046908b353.tar.gz
image-79631ef3311eacf57344a5dd1865ac046908b353.tar.bz2
image-79631ef3311eacf57344a5dd1865ac046908b353.tar.xz
image-79631ef3311eacf57344a5dd1865ac046908b353.zip
Update boot scripts for RC1 changes; kill easy-kernel-p8
Diffstat (limited to 'ppc/grub.cfg64')
-rw-r--r--ppc/grub.cfg6417
1 files changed, 4 insertions, 13 deletions
diff --git a/ppc/grub.cfg64 b/ppc/grub.cfg64
index 02c6d6b..97e0deb 100644
--- a/ppc/grub.cfg64
+++ b/ppc/grub.cfg64
@@ -1,19 +1,10 @@
-menuentry "Adelie Linux 1.0-BETA4 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 {
+menuentry "Adelie Linux 1.0-RC1 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 {
insmod part_apple
insmod iso9660
insmod linux
- search --label "Adelie 1.0b3 ppc64" --hint cd,apple2
- linux /bzImage
- initrd /initrd
-}
-
-menuentry "Adelie Linux 1.0-BETA4 Live (PowerPC 64-bit - POWER8 and newer CPUs)" --class linux --id adelie-live-p8 {
- insmod part_apple
- insmod iso9660
- insmod linux
- search --label "Adelie 1.0b4 ppc64" --hint cd,apple2
- linux /bzImage-p8
- initrd /initrd
+ search --label "Adelie 1.0rc1 ppc64" --hint cd,apple2 --no-floppy root
+ linux ($root)/bzImage
+ initrd ($root)/initrd
}
menuentry "Reboot and Try Again" --class reboot --id reboot {