--- trunk/installer/installer-gtk.sh 2010/05/30 17:34:41 1016 +++ trunk/installer/installer-gtk.sh 2010/05/30 18:29:43 1034 @@ -1,6 +1,7 @@ #!/bin/sh -source include/hwdetection.sh +source /etc/installer.conf +source ${INSTALLER_DIR}/include/hwdetection.sh # start Kdrive KDRIVE_XSERVER=Xfbdev @@ -30,7 +31,7 @@ ${KDRIVE_XSERVER} -screen ${KDRIVE_SCREENSIZE} ${KDRIVE_OPTS} & export DISPLAY=:0 -fluxbox -rc /root/installer/fluxbox/init & +fluxbox -rc ${INSTALLER_DIR}/fluxbox/init & sleep 1 -xterm -C /root/installer/guification.sh & +xterm -C ${INSTALLER_DIR}/guification.sh & ##