Subject: Re: [FLAG DAY!] Install a new ofwboot *now* !
To: None <port-sparc64@NetBSD.org>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 01/30/2006 19:56:32
On Mon, Jan 30, 2006 at 06:15:04PM +0100, Martin Husemann wrote:
>  YOU NEED TO INSTALL A NEW /ofwboot NOW!

Installing bootloaders sounds difficult - in this case though it is plain
simple: if you have done a commple build, just copy /usr/mdec/ofwboot to /.

If you don't want to run a full build, you can do

  cd src/sys/arch/sparc/stand/ofwboot
  make USETOOLS=never              # if you build native
  # ${TOOLDIR}/bin/nbmake-sparc64  # in case you crossbuild
  cp ofwboot /


Martin