nia Right. I did the upgrade manually as you said and it works.
For reference:
sysupgrade fetch && sysupgrade modules && sysupgrade kernel
shutdown -r now
# REBOOT
sysupgrade sets && sysupgrade etcupdate && sysupgrade postinstall
shutdown -r now
So if I understand it right, the above is preferable for CURRENT, but sysupgrade auto
should still do the job for STABLE because the kernel <-> userspace ABI is kept compatible, right?