Re: [patch] set prefix on PPC

2005-02-19 Thread Hollis Blanchard
On Feb 15, 2005, at 3:31 PM, Marco Gerards wrote: Ok. But the file does not need to be blessed to boot from it. It's just used so the user can use: boot hd,0 instead of: boot hd,0:grubof To me the second sounds good enough. Or does that cause other problems? Remember that resetting the PRAM (a

[patch] PPC build fixes

2005-02-19 Thread Hollis Blanchard
This patch fixes PowerPC build breakage from the recent grub-emu changes. Of note: - grub_reboot and grub_halt in util/i386/pc/misc.c are not architecture-specific, so have been moved to util/grub-emu.c. - commands/ieee1275/halt.c and reboot.c are no longer architecture-specific either. This

menu entry editor

2005-02-19 Thread Yoshinori K. Okuji
I have committed the first version of a menu entry editor right now. Please test it and say whether you like it or not. Next, I'm going to add some important but missing commands (such as timeout). Once this is done, I will be able to use GRUB 2 in my laptop. :) Okuji ___