FreeBsd安装之后需要做的工作。
/stand/sysinstall
Configure -- Distributions -->ports //安装ports,freebsd系统,很多软件是通过他安装的。
/stand/sysinstall
Configure --> Distr* --> src //安装系统源代码更新需要用的
/stand/sysinstall
Configure-->Distributions-->man //安装man我的习惯,没有这个东西,真是痛苦
cd /usr/src/sys/i386/conf
cp GENERIC kernel_new
make kernel KERNCONF=kernel_new //修改内核文件,根据需求重新编写内核
cd /usr/share/example*/cvsup/
cp ports-supfile /root
cp stable-supfile /root
cp stand-supfile /root
vi /root/ports-supfile 找到*default 修改为cvsup.freebsdchina.org
/usr/local/bin/cvsup -g -L 2 ports-supfile
更新ports树源码,
cd /usr/src/
make world 更新ports
浙公网安备 33010602011771号