On Mon, May 04, 2009 at 12:22:14PM +0200, Toni Mueller wrote:
> Hi,
>
> On Sat, 02.05.2009 at 19:15:59 -0600, Theo de Raadt <[email protected]>
> wrote:
> > > > I am running the GENERIC OBSD 4.4/i386 'bsd' kernel and would like
> > > > to set up the bsd.mp kernel instead.
> > > cd /
> > > mv bsd bsd.sp
> > > mv bsd.mp bsd
> > >
> > > reboot
>
> what was wrong with:
>
> # echo 'set image /bsd.mp' >> /etc/boot.conf
> # reboot
>
>
> Kind regards,
> --Toni++
This has been discussed recently.
Summary: changes in the OpenBSD 4.6 install script, plus: after
building a new kernel 'make install' copies it to /bsd. In both cases
you end up running and old kernel.
-Otto