Re: Unexpected boot(8) behaviour

2019-04-10 Thread Florian Obser
On Wed, Apr 10, 2019 at 08:12:19PM +0100, Raf Czlonka wrote:
> On Mon, Apr 08, 2019 at 02:55:46PM BST, Florian Obser wrote:
> > CVSROOT:/cvs
> > Module name:src
> > Changes by: flor...@cvs.openbsd.org 2019/04/08 07:55:46
> > 
> > Modified files:
> > sys/stand/boot : boot.c cmd.c cmd.h 
> > 
> > Log message:
> > Detect /bsd.upgrade kernel and boot it if present instead of default
> > /bsd. To be used for unattended upgrades in the future.
> > Idea & OK deraadt
> > 
> 
> Hi all,
> 
> This breaks the expected boot(8) behaviour, i.e.:
> 
>   $ cat /etc/boot.conf
>   set timeout 1
>   boot bsd.up
> 
> bsd.up is *not* being ran at boot.
> 
> It was working fine a couple of days ago.

fixed, thanks!

> 
> Regards,
> 
> Raf

-- 
I'm not entirely sure you are real.



Unexpected boot(8) behaviour

2019-04-10 Thread Raf Czlonka
On Mon, Apr 08, 2019 at 02:55:46PM BST, Florian Obser wrote:
> CVSROOT:  /cvs
> Module name:  src
> Changes by:   flor...@cvs.openbsd.org 2019/04/08 07:55:46
> 
> Modified files:
>   sys/stand/boot : boot.c cmd.c cmd.h 
> 
> Log message:
> Detect /bsd.upgrade kernel and boot it if present instead of default
> /bsd. To be used for unattended upgrades in the future.
> Idea & OK deraadt
> 

Hi all,

This breaks the expected boot(8) behaviour, i.e.:

$ cat /etc/boot.conf
set timeout 1
boot bsd.up

bsd.up is *not* being ran at boot.

It was working fine a couple of days ago.

Regards,

Raf