diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-14 02:01:47 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-14 02:01:47 -0500 |
commit | df3b7419a10723cb59f080c7deec1a2b82e33214 (patch) | |
tree | e140c77d8ab0c64b61b3d52ec852fc068bee095d /ppc | |
parent | 78f285c2c5e8c82aca86eed31615e011ccfd1cf6 (diff) | |
download | image-df3b7419a10723cb59f080c7deec1a2b82e33214.tar.gz image-df3b7419a10723cb59f080c7deec1a2b82e33214.tar.bz2 image-df3b7419a10723cb59f080c7deec1a2b82e33214.tar.xz image-df3b7419a10723cb59f080c7deec1a2b82e33214.zip |
PowerPC: uncapitalise boot-script
IBM SLOF requires it to be uncapital. Otherwise, the CD is invalid.
Diffstat (limited to 'ppc')
-rw-r--r-- | ppc/ofboot.b | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppc/ofboot.b b/ppc/ofboot.b index 006dc6c..d9c671c 100644 --- a/ppc/ofboot.b +++ b/ppc/ofboot.b @@ -2,11 +2,11 @@ <COMPATIBLE>MacRISC MacRISC3 MacRISC4</COMPATIBLE> <DESCRIPTION>Adelie</DESCRIPTION> <OS-NAME>Linux</OS-NAME> -<BOOT-SCRIPT> +<boot-script> " screen" output load-base release-load-area boot &device;:\boot\grubcore.img -</BOOT-SCRIPT> +</boot-script> <OS-BADGE-ICONS> 1010 000000000000F8FEACF6000000000000 |