diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-12-23 17:44:37 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-12-23 17:44:47 -0600 |
commit | 7f53ffe632aa2d27c47aaaa37c085386e50e3324 (patch) | |
tree | 6e5bc1a5340e4f4d752782af10a96b2492c1bcfc | |
parent | 157cea93e222621fb23e10772ad33d7c3cae792e (diff) | |
download | image-7f53ffe632aa2d27c47aaaa37c085386e50e3324.tar.gz image-7f53ffe632aa2d27c47aaaa37c085386e50e3324.tar.bz2 image-7f53ffe632aa2d27c47aaaa37c085386e50e3324.tar.xz image-7f53ffe632aa2d27c47aaaa37c085386e50e3324.zip |
Update PPC files for alpha4 release
-rw-r--r-- | iso-params-ppc | 2 | ||||
-rw-r--r-- | ppc/early.cfg | 2 | ||||
-rw-r--r-- | ppc/grub.cfg | 13 |
3 files changed, 4 insertions, 13 deletions
diff --git a/iso-params-ppc b/iso-params-ppc index 1f08e9e..aaca025 100644 --- a/iso-params-ppc +++ b/iso-params-ppc @@ -1 +1 @@ --hfs -hfs-volid Adelie_1.0a3 -part -no-desktop -map mapping-ppc -hfs-bless cdroot-ppc/boot -chrp-boot -prep-boot boot/grubcore.img +-hfs -hfs-volid Adelie_1.0a4 -part -no-desktop -map mapping-ppc -hfs-bless cdroot-ppc/boot -chrp-boot -prep-boot boot/grubcore.img diff --git a/ppc/early.cfg b/ppc/early.cfg index 1fa86fa..a772538 100644 --- a/ppc/early.cfg +++ b/ppc/early.cfg @@ -1,2 +1,2 @@ -search.fs_label Adelie_1.0a3 root +search.fs_label Adelie_1.0a4 root set prefix=($root)/boot diff --git a/ppc/grub.cfg b/ppc/grub.cfg index 4288662..5ff328c 100644 --- a/ppc/grub.cfg +++ b/ppc/grub.cfg @@ -1,21 +1,12 @@ -menuentry "Adelie Linux 1.0-alpha3 Live (PowerPC 32-bit)" --class linux --id adelie-live-cd { +menuentry "Adelie Linux 1.0-alpha4 Live (PowerPC 32-bit)" --class linux --id adelie-live-cd { insmod part_apple insmod iso9660 insmod linux - search --label "Adelie_1.0a3" --hint cd,apple2 + search --label "Adelie_1.0a4" --hint cd,apple2 linux /bzImage initrd /initrd } -#menuentry "Adelie Linux 1.0-alpha3 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 { -# insmod part_apple -# insmod iso9660 -# insmod linux -# search --label "Adelie_1.0a3" --hint cd,apple2 -# linux /bzImage64 -# initrd /initrd64 -#} - menuentry "Reboot and Try Again" --class reboot --id reboot { reboot } |