Magellan Linux

Diff of /tags/installer-0_1_2/installer-gtk.sh

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

trunk/installer/installer-gtk.sh revision 1016 by niro, Sun May 30 17:34:41 2010 UTC tags/installer-0_1_2/installer-gtk.sh revision 1072 by niro, Mon May 31 22:52:06 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.1016  
changed lines
  Added in v.1072