ACC SHELL
<?xml version="1.0"?>
<!-- Use /usr/share/YaST2/control/control.rng file for validation -->
<!-- Command: 'xmllint -noout -relaxng /usr/share/YaST2/control/control.rng dirinstall.xml' -->
<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>
ACC SHELL 2018