just a heads up that Freebsd 14.1 p4 is out
a little tip
when you do a pkg update and see freebsd-release-manifests listed
its a good time to check if there is a an update for freebsd
freebsd-update fetch
create a new boot environment with beadm
activate the new beadm boot environment
reboot
freebsd-update install
reboot again for good measure
a little tip
when you do a pkg update and see freebsd-release-manifests listed
its a good time to check if there is a an update for freebsd
freebsd-update fetch
Code:
sudo freebsd-update fetch
create a new boot environment with beadm
Code:
sudo beadm create 14.1-p4
activate the new beadm boot environment
Code:
sudo beadm activate 14.1-p4
reboot
Code:
sudo reboot
freebsd-update install
Code:
sudo freebsd-update install
reboot again for good measure
Code:
sudo reboot