home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / control / control_continue_autoyast.xml next >
Extensible Markup Language  |  2006-11-29  |  1KB  |  43 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE productDefines SYSTEM "/usr/share/YaST2/control/control.dtd">
  3. <productDefines  xmlns="http://www.suse.com/1.0/yast2ns"
  4.     xmlns:config="http://www.suse.com/1.0/configns">
  5.  
  6. <!--
  7. Work around for the text domain
  8. textdomain="control"
  9. -->
  10.  
  11.     <textdomain>control</textdomain>
  12.  
  13.     <workflows config:type="list">
  14.         <workflow>
  15.             <defaults>
  16.                 <arguments>false,false</arguments>
  17.                 <archs>all</archs>
  18.             </defaults>
  19.             <stage>continue</stage>
  20.             <label>Configuration</label>
  21.             <mode>autoinstallation</mode>
  22.             <modules  config:type="list">
  23.                 <module>
  24.                     <name>inst_autopost</name>
  25.                 </module>
  26.                 <module>
  27.                 <label>System Configuration</label>
  28.                     <name>inst_autoconfigure</name>
  29.                 </module>
  30.                 <module>
  31.                 <label>System Configuration</label>
  32.                     <name>inst_x11</name>
  33.                     <arguments>false,false</arguments>
  34.                 </module>
  35.                 <module>
  36.                 <label>Clean Up</label>
  37.                     <name>inst_suseconfig</name>
  38.                 </module>
  39.             </modules>
  40.         </workflow>
  41.     </workflows>
  42. </productDefines>
  43.