
# X Window startup (CDE desktop disabled)
   if [ `tty` = "/dev/lft0" -a -z "`ps -ef |grep 'X ' |grep -v grep`" ]; then
        echo "Enter xinit to start X Window.\n"
   fi
