FreeBSD 14.2-RELEASE に更新するための etcupdate ― 2024年11月30日 13時07分06秒
なお、カーネルとユーザーランド共に、自前で 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
最近のコメント