On Mon, Apr 08, 2019 at 02:55:46PM BST, Florian Obser wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: [email protected] 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