To correct the instructions slightly...
On Sun, Sep 28, 2014 at 11:00 PM, Matthew Dempsky <[email protected]> wrote:
...
> # Build new boot(8)
> cd ../../stand/boot
> make install
Change that last line to
make obj && make depend && make && make install
> # Install new boot(8)
> cp /usr/mdec/boot /boot
> installboot -v /boot /usr/mdec/biosboot sd0
That should be
installboot -v sd0 /usr/mdec/biosboot /boot
(and if your boot drive isn't sd0 then change the line as appropriate,
of course.)
Philip Guenther