On 2021-10-15, [email protected] <[email protected]> wrote:
> It's not documented in the `sysupgrade` manpage.
sysupgrade(8) only describes what sysupgrade does, not the rest of
the mechanism.
The boot loader looks for /bsd.upgrade with 'x' filesystem permissions.
If present it removes the x flag and boots. (I think this should be
documented in boot(8) for the various arch but is missing).
The install kernel looks for /auto_upgrade.conf (written by sysupgrade)
to use as a response file for the autoinstall(8) mechanism.
> My setup is a little bit unusual, and I'm trying to understand why
> `uname -a` is still reporting 6.9 after I successfully booted
> bsd.upgrade and saw the upgrade process scroll past.
The email sent to root ("$hostname upgrade log") may contain
useful information.
For an unusual setup you may need to look into how the
install/upgrade script works, see /usr/src/distrib/miniroot.
--
Please keep replies on the mailing list.