slitaz-tools view tinyutils/startx @ rev 244

bootfloppybox: no /boot in liveCD, use tazpkg get-install --forced for gpxe ... in text mode too
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 16 21:39:27 2008 +0000 (2008-07-16)
parents
children
line source
1 #!/bin/sh
2 #
3 # Start X session on SliTaz GNU/Linux.
4 #
6 if [ -f "$HOME/.xsession" ]; then
7 exec $HOME/.xsession
8 else
9 tazx
10 exec $HOME/.xsession
11 fi