#!/bin/bash echo " [ SYN-3 thin client ]" #we currently still have an ip, but the dhcp client is gone, so start a new one: #FIXME: when the server doesnt give the same adress, we will get a long delay because of the network mount. so use another dhcp client that asks for the same adress as is currently assigned. dhcpcd eth0 & #for debugging (use test private rsa key) /etc/rc.d/rc.sshd start & #do some dialog-configuring stuff? if grep "configure" /proc/cmdline; then dialog bla fi ####################### START GRAPICAL SESSION #Use XDMCP thin client mode: #/usr/X11/bin/X -broadcast #Use rdesktop/vnc/nxclient modes: #xinit ./xinitrc -- /usr/X11/bin/X -config /etc/X11/syn-3/framebuffer.conf #auto-config xinit ./xinitrc -- /usr/X11/bin/X /bin/bash