Need an Introduction to Tiny Core? Or peruse Core Concepts.
You shouldn't have had to create any files. They should already have been there. You only needed to add one line to .profile and one line to .xsession.
*snip*[ $(which vmware-checkvm) ] && [ vmware-checkvm ] && [ -d /mnt/hgfs ] && vmhgfs-fuse /mnt/hgfsTERMTYPE=`/usr/bin/tty`[ ${TERMTYPE:5:3} == "tty" ] && ([ ! -f /etc/sysconfig/Xserver ] ||[ -f /etc/sysconfig/text ] ||[ -e /tmp/.X11-unix/X0 ] || startx)
In ~/.profile , do this:Code: [Select]*snip*[ $(which vmware-checkvm) ] && [ vmware-checkvm ] && [ -d /mnt/hgfs ] && vmhgfs-fuse /mnt/hgfsTERMTYPE=`/usr/bin/tty`[ ${TERMTYPE:5:3} == "tty" ] && ([ ! -f /etc/sysconfig/Xserver ] ||[ -f /etc/sysconfig/text ] ||[ -e /tmp/.X11-unix/X0 ] || startx)