Magellan Linux

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

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

revision 771 by niro, Wed Sep 24 10:17:12 2008 UTC revision 772 by niro, Wed Sep 24 10:44:47 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/install.sh,v 1.1 2008-09-24 10:17:12 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/install.sh,v 1.2 2008-09-24 10:44:21 niro Exp $
2    
3  # export SHOW_BOOTSTRAP='  # export SHOW_BOOTSTRAP='
4  # <window title="Bootstrap" icon-name="gtk-preferences" window_position="1" resizable="true">  # <window title="Bootstrap" icon-name="gtk-preferences" window_position="1" resizable="true">
# Line 93  export INSTALL_STAGE2=' Line 93  export INSTALL_STAGE2='
93  <window title="Installation" icon-name="gtk-preferences" window_position="1" resizable="true">  <window title="Installation" icon-name="gtk-preferences" window_position="1" resizable="true">
94   <vbox>   <vbox>
95   <pixmap>   <pixmap>
96   <input file>header.png</input>   <input file>data/header.png</input>
97   </pixmap>   </pixmap>
98   <hbox spacing="160">   <hbox spacing="160">
99   <pixmap>   <pixmap>
# Line 115  export FORMAT_DISKS=' Line 115  export FORMAT_DISKS='
115  <window title="Installation" icon-name="gtk-preferences" window_position="1" resizable="true">  <window title="Installation" icon-name="gtk-preferences" window_position="1" resizable="true">
116   <vbox>   <vbox>
117   <pixmap>   <pixmap>
118   <input file>header.png</input>   <input file>data/header.png</input>
119   </pixmap>   </pixmap>
120   <hbox spacing="160">   <hbox spacing="160">
121   <pixmap>   <pixmap>
# Line 138  export SYSTEM_SETUP=' Line 138  export SYSTEM_SETUP='
138  <window title="Bootstrap" icon-name="gtk-preferences" window_position="1" resizable="true">  <window title="Bootstrap" icon-name="gtk-preferences" window_position="1" resizable="true">
139   <vbox>   <vbox>
140   <pixmap>   <pixmap>
141   <input file>header.png</input>   <input file>data/header.png</input>
142   </pixmap>   </pixmap>
143   <hbox spacing="160">   <hbox spacing="160">
144   <pixmap>   <pixmap>
# Line 162  export INSTALL_BOOTLOADER=' Line 162  export INSTALL_BOOTLOADER='
162  <window title="Bootstrap" icon-name="gtk-preferences" window_position="1" resizable="true">  <window title="Bootstrap" icon-name="gtk-preferences" window_position="1" resizable="true">
163   <vbox>   <vbox>
164   <pixmap>   <pixmap>
165   <input file>header.png</input>   <input file>data/header.png</input>
166   </pixmap>   </pixmap>
167   <hbox spacing="160">   <hbox spacing="160">
168   <pixmap>   <pixmap>

Legend:
Removed from v.771  
changed lines
  Added in v.772