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

if [ -x ${PREFIX}/sbin/gdm ]; then
	echo -n ' gdm'; (sleep 5; ${PREFIX}/sbin/gdm)&
fi
