Magellan Linux

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

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

revision 772 by niro, Wed Sep 24 10:44:47 2008 UTC revision 773 by niro, Wed Sep 24 10:54:00 2008 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/networking.sh,v 1.4 2008-09-24 10:44:21 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/installer/gtk-gui/networking.sh,v 1.5 2008-09-24 10:54:00 niro Exp $
2    
3  export NETWORK_CONFIG='  export NETWORK_CONFIG='
4  <window title="Network Configuration" icon-name="gtk-network" window_position="1">  <window title="Network Configuration" icon-name="gtk-network" window_position="1">
# Line 172  export NETWORK_SELECT_NIC=' Line 172  export NETWORK_SELECT_NIC='
172   <frame Available NICs>   <frame Available NICs>
173   <table>   <table>
174   <label>Interface|Description</label>   <label>Interface|Description</label>
175   <input>source hwdetection.sh; get_hwinfo -d netcard | sed "s:;:\|:g"</input>   <input>source include/hwdetection.sh; get_hwinfo -d netcard | sed "s:;:\|:g"</input>
176   <variable>NETWORK_NIC</variable>   <variable>NETWORK_NIC</variable>
177   </table>   </table>
178   </frame>   </frame>

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