FreeBSD 10.0 RELEASE に更新2014年04月30日 18時43分09秒

FreeBSD 10.0 RELEASE に更新してみた。以前に準備しておいた、CVS から SVN の移行から始まった。


$ cd /usr/src
$ make installkernel
$ reboot

とまずいつも通りにカーネルをインストール後、シングルユーザモードで起動する。

その後、ユーザランドを更新しようとした。


$ cd /usr/src
$ make installword
ERROR: Required auditdistd user is missing, see /usr/src/UPDATING.

見ると、以下の記述。
20121201: With the addition of auditdistd(8), a new auditdistd user is now required during installworld. "mergemaster -p" can be used to add the user prior to installworld, as documented in the handbook.
指示通りに mergemaster -p を行う。

$ mergemaster -p
$ make installworld
$ mergemaster -UPiF

.cshrc 等に変更が行われて、プロンプトなどが変わるようだ。