自宅サーバの FreeBSD を、7.1-RELEASE-p4 にアップデートしました。
cvsup -g -L 2 /root/standard-supfile
cp -R /etc /data/bak
cd /usr/obj
chflags -R noschg *
rm -rf *
cd /usr/src
make buildworld
(中略)
make buildkernel
(中略)
make installkernel
(中略)
reboot
(中略)
make installworld
(中略)
reboot


コメントする