diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-01 21:32:09 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-01 21:32:48 -0500 |
commit | 383abd851a5e36fee8eb17bcd5d7aed87a4dabaf (patch) | |
tree | 6132b057b2cdbd232eaf33492000fd87b0426d3a /ppc/grub.cfg64 | |
parent | 9fa40a34e9a651a7f282590fabeb5feaad31e2a3 (diff) | |
download | image-383abd851a5e36fee8eb17bcd5d7aed87a4dabaf.tar.gz image-383abd851a5e36fee8eb17bcd5d7aed87a4dabaf.tar.bz2 image-383abd851a5e36fee8eb17bcd5d7aed87a4dabaf.tar.xz image-383abd851a5e36fee8eb17bcd5d7aed87a4dabaf.zip |
Fix for xorriso usage
Diffstat (limited to 'ppc/grub.cfg64')
-rw-r--r-- | ppc/grub.cfg64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppc/grub.cfg64 b/ppc/grub.cfg64 index 9a28cc8..ac1dda7 100644 --- a/ppc/grub.cfg64 +++ b/ppc/grub.cfg64 @@ -2,7 +2,7 @@ menuentry "Adelie Linux 1.0-beta1 Live (PowerPC 64-bit)" --class linux --id adel insmod part_apple insmod iso9660 insmod linux - search --label "Adelie_1.0b1" --hint cd,apple2 + search --label "Adelie 1.0b1 ppc64" --hint cd,apple2 linux /bzImage initrd /initrd } @@ -11,7 +11,7 @@ menuentry "Adelie Linux 1.0-beta1 Live (PowerPC 64-bit - POWER8 and newer CPUs)" insmod part_apple insmod iso9660 insmod linux - search --label "Adelie_1.0b1" --hint cd,apple2 + search --label "Adelie 1.0b1 ppc64" --hint cd,apple2 linux /bzImage-p8 initrd /initrd } |