1. 安装 FreeBSD basic 系统
2. 以 root 用户登录。将 FreeBSD-9.0-RELEASE-amd64-dvd1.iso 载入光盘
3.运行 /usr/sbin/sysinstall
选择安装 configue->packages->cd->xorg
configue->packages->cd->gnome
4. Add to /etc/rc.conf
Code:
hald_enable="YES" dbus_enable="YES
5. Start yourself dbus and hald:
# /usr/local/etc/rc.d/dbus start
# /usr/local/etc/rc.d/hald start
(note you should also consider to start avahi-daemon and avahi-dnsconfd, required by GNOME)
6. Add to /etc/fstab
Code:
proc /proc procfs rw 0 0
7. Add to /etc/rc.conf
Code:
gdm_enable="YES" gnome_enable="YES"
8. Mount /proc and start gdm yourself:
# mount /proc
# /usr/local/etc/rc.d/gdm start