To enable the GNOME Display Manager, add the following lines to
/etc/rc.local:

if [ -x /usr/local/sbin/gdm ]; then
	echo -n ' gdm'; (sleep 5; /usr/local/sbin/gdm)&
fi
