制作u盘安装系统
dd if=Freebsd××.img of=/dev/da0s1 bs=10240 conv=sync
下个装软件的iso放在其他分区
挂载其他分区
mount_ntfs /dev/ad0s1 /mnt
挂载显示中文加-C UTF-8
mount_cd9660 /dev/`mdconfig -f cdimage.iso` /mnt
用sysinstall通过指定存在的文件系统安装软件ports,src,man,doc等
将xorg等大的安装了就不用编译很久了
安装字体
mv 微软字体 /ports/distfiles/msttf #有提示
cd /usr/ports/chinese/msttf
make install