FreeBSD 14.2-RELEASE に更新するための etcupdate2024年11月30日 13時07分06秒

FreeBSD 14.0-RELEASE から導入された etcupdate には、まだ慣れ切っていない。12 系からの更新は面倒だったが、今回はそれほどでも無いようだ。

なお、カーネルとユーザーランド共に、自前で build しているので、正式リリースの前に大体以降が終っている。

基本的には、Updating FreeBSD from Source に沿う形でやれば良い。

# git pull /usr/src
check /usr/src/UPDATING
# cd /usr/src
# make -j4 buildworld
# make -j4 kernel
# shutdown -r now 
# etcupdate -p
# cd /usr/src
# make installworld
# etcupdate -B
# etcupdate status
  C /etc/group
  C /etc/master.passwd
  C /etc/pkg/FreeBSD.conf
# etcupdate resolve
# shutdown -r now