On Fri, 2007-04-20 at 16:08 -0700, Ed Swierk wrote:
> - The Fedora 6 version of yaboot looks for a "conf=" parameter in the
> bootargs
> to tell it where to find yaboot.conf; OHW needs to read this parameter from
> the boot script and pass it along.
That's optional -- if you don't pass it, then
The attached patch addresses a few problems in OpenHackWare:
- The return value from the OpenFirmware read function should not exceed the
actual file size by more than one block; otherwise the Linux kernel's
initramfs routines get confused by the extra junk and reject the initramfs.
- The OpenF