Magellan Linux

Diff of /trunk/installer/installer-gtk.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1033 by niro, Sun May 30 17:34:41 2010 UTC revision 1034 by niro, Sun May 30 18:29:43 2010 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  source include/hwdetection.sh  source /etc/installer.conf
4    source ${INSTALLER_DIR}/include/hwdetection.sh
5    
6  # start Kdrive  # start Kdrive
7  KDRIVE_XSERVER=Xfbdev  KDRIVE_XSERVER=Xfbdev
# Line 30  KDRIVE_OPTS+=" -zap -terminate -dpi 96" Line 31  KDRIVE_OPTS+=" -zap -terminate -dpi 96"
31    
32  ${KDRIVE_XSERVER} -screen ${KDRIVE_SCREENSIZE} ${KDRIVE_OPTS} &  ${KDRIVE_XSERVER} -screen ${KDRIVE_SCREENSIZE} ${KDRIVE_OPTS} &
33  export DISPLAY=:0  export DISPLAY=:0
34  fluxbox -rc /root/installer/fluxbox/init &  fluxbox -rc ${INSTALLER_DIR}/fluxbox/init &
35  sleep 1  sleep 1
36  xterm -C /root/installer/guification.sh &  xterm -C ${INSTALLER_DIR}/guification.sh &
37  ##  ##

Legend:
Removed from v.1033  
changed lines
  Added in v.1034