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 >
Wrap
Extensible Markup Language
|
2006-11-29
|
1KB
|
43 lines
<?xml version="1.0"?>
<!DOCTYPE productDefines SYSTEM "/usr/share/YaST2/control/control.dtd">
<productDefines xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
<!--
Work around for the text domain
textdomain="control"
-->
<textdomain>control</textdomain>
<workflows config:type="list">
<workflow>
<defaults>
<arguments>false,false</arguments>
<archs>all</archs>
</defaults>
<stage>continue</stage>
<label>Configuration</label>
<mode>autoinstallation</mode>
<modules config:type="list">
<module>
<name>inst_autopost</name>
</module>
<module>
<label>System Configuration</label>
<name>inst_autoconfigure</name>
</module>
<module>
<label>System Configuration</label>
<name>inst_x11</name>
<arguments>false,false</arguments>
</module>
<module>
<label>Clean Up</label>
<name>inst_suseconfig</name>
</module>
</modules>
</workflow>
</workflows>
</productDefines>