Bless grub2 for PPC (#1020112)

This commit is contained in:
Erik Larsson 2013-12-09 08:59:26 -08:00 committed by Brian C. Lane
parent 4b0acdc567
commit 0b825ab3ab
2 changed files with 2 additions and 1 deletions

View File

@ -23,5 +23,6 @@ RELEASE_NOTES Ascii 'ttxt' 'ttro' "Text File"
.tbxi Raw 'chrp' 'tbxi' "Macintosh Toolbox ROM file"
.sea Raw 'aust' 'APPL' "Self Expanding Archive"
.sit Raw 'SIT!' 'SITD' "Stuffit Expander file"
core.elf Raw 'chrp' 'tbxi' "Bootable GRUB2 executable."
* Raw '????' '????' "Unknown"

View File

@ -4,7 +4,7 @@ configdir="tmp/config_files/ppc"
BOOTDIR="ppc"
GRUBDIR="boot/grub"
LIVEDIR="LiveOS"
MACDIR=BOOTDIR+"/mac"
MACDIR=GRUBDIR+"/powerpc-ieee1275"
NETBOOTDIR="images/netboot"
WRAPPER="usr/sbin/wrapper"