File config-yast-firstboot.xml of Package Image-Acer

<?xml version="1.0"?>
<productDefines  xmlns="http://www.suse.com/1.0/yast2ns"
    xmlns:config="http://www.suse.com/1.0/configns">

    <!--
    $Id: firstboot.xml 51234 2008-09-17 13:17:22Z jsuchome $
    Work around for the text domain
    textdomain="firstboot"
    -->

    <textdomain>firstboot</textdomain>

    <globals>
<!-- bnc #359115 -->
	<root_password_as_first_user config:type="boolean">true</root_password_as_first_user>
	<root_password_ca_check config:type="boolean">false</root_password_ca_check>

	<enable_firewall config:type="boolean">false</enable_firewall>
	<firewall_enable_ssh config:type="boolean">false</firewall_enable_ssh>

	<!--
	Definition of Automatic Configuration Steps follows - each step
	runs non-interactive configuration. To enable steps defined in
	Automatic Configuration, enable inst_automatic_configuration in the
	workflow.
	-->
	<!-- BNC #428190, Some clients should be called even with AC -->
	<autoconfiguration_enabled_modules config:type="list">
	    <module>cont_suse_register</module>
	    <module>cont_suseconfig</module>
	    <module>cont_congratulate</module>
	</autoconfiguration_enabled_modules>

	<automatic_configuration config:type="list">
	    <!-- Configure network -->
	    <ac_step>
		<text_id>ac_label_1</text_id>
		<icon>yast-lan</icon>
		<type>proposals</type>
		<ac_items config:type="list">
		    <ac_item>lan</ac_item>
			<ac_item>firewall</ac_item>
			<ac_item>proxy</ac_item>
		</ac_items>
	    </ac_step>
	    <!--
	    Configure printer (needs configured network for net-detection)
	    -->
	    <ac_step>
		<text_id>ac_label_2</text_id>
		<icon>yast-hwinfo</icon>
		<type>proposals</type>
		<ac_items config:type="list">
		    <!--ac_item>x11</ac_item-->
		    <ac_item>printer</ac_item>
		    <ac_item>sound</ac_item>
			<ac_item>bluetooth</ac_item>
		</ac_items>
	    </ac_step>
	</automatic_configuration>
    </globals>
    <proposals config:type="list">
        <proposal>
            <name>firstboot_hardware</name>
            <mode>installation</mode>
            <stage>firstboot</stage>
            <label>Hardware Configuration</label>
            <proposal_modules config:type="list">
                <!--proposal_module>x11</proposal_module-->
                <proposal_module>printer</proposal_module>
                <proposal_module>sound</proposal_module>
				<proposal_module>bluetooth</proposal_module>
            </proposal_modules>
        </proposal>
        <proposal>
            <name>firstboot_network</name>
            <mode>installation</mode>
            <stage>firstboot</stage>
            <label>Network Configuration II</label>
            <proposal_modules config:type="list">
                <proposal_module>lan</proposal_module>
            </proposal_modules>
        </proposal>
    </proposals>
    <workflows  config:type="list">
        <workflow>
            <defaults>
                <enable_back>yes</enable_back>
                <enable_next>yes</enable_next>
                <archs>all</archs>
            </defaults>
            <stage>firstboot</stage>
            <label>Configuration</label>
            <mode>installation</mode>
            <modules  config:type="list">
                <module>
                    <label>Language</label>
                    <enabled config:type="boolean">true</enabled>
                    <name>firstboot_language</name>
                </module>
                <module>
                    <label>Keyboard Layout</label>
                    <enabled config:type="boolean">true</enabled>
                    <name>firstboot_keyboard</name>
                </module>
                <module>
                    <label>Welcome</label>
                    <name>firstboot_welcome</name>
                </module>
                <module>
                    <label>License Agreement</label>
                    <enabled config:type="boolean">true</enabled>
                    <name>firstboot_license_novell</name>
                </module>
                <module>
                    <label>License Agreement</label>
                    <enabled config:type="boolean">true</enabled>
                    <name>firstboot_license</name>
                </module>
                <!--module>
                    <label>Host Name</label>
                    <enabled config:type="boolean">false</enabled>
                    <name>inst_hostname</name>
                </module-->
                <module>
                    <enabled config:type="boolean">true</enabled>
                    <name>firstboot_ssh</name>
                </module>
                <module>
                    <label>Network</label>
                    <name>inst_proposal</name>
                    <enabled config:type="boolean">false</enabled>
                    <proposal>firstboot_network</proposal>
                </module>
                 <module>
                    <label>Automatic Configuration</label>
                    <name>inst_automatic_configuration</name>
                    <enabled config:type="boolean">true</enabled>
                 </module>
                <module>
                    <label>Time and Date</label>
                    <enabled config:type="boolean">true</enabled>
                    <name>firstboot_timezone</name>
                </module>
                <module>
                    <label>NTP Client</label>
                    <enabled config:type="boolean">false</enabled>
                    <name>firstboot_ntp</name>
                </module>
                <module>
                    <label>Desktop</label>
                    <enabled config:type="boolean">false</enabled>
                    <name>firstboot_desktop</name>
                </module>
                <module>
                    <label>Network</label>
                    <name>inst_proposal</name>
                    <enabled config:type="boolean">false</enabled>
                    <proposal>firstboot_network</proposal>
                </module>
                <module>
                    <label>Root Password</label>
                    <enabled config:type="boolean">true</enabled>
                    <name>inst_root</name>
                </module>
                <!--module>
                    <label>Users</label>
                    <enabled config:type="boolean">true</enabled>
                    <name>inst_auth</name>
                </module>
                <module>
                    <label>Users</label>
                    <enabled config:type="boolean">true</enabled>
                    <name>inst_user</name>
                </module>
                <module>
                    <label>Customer Center</label>
                    <name>inst_suse_register</name>
                    <enable_back>yes</enable_back>
                    <enable_next>yes</enable_next>
                </module-->
                <module>
                    <label>Hardware</label>
                    <name>inst_proposal</name>
                    <enabled config:type="boolean">false</enabled>
                    <proposal>firstboot_hardware</proposal>
                </module>
                <module>
                    <label>Finish Setup</label>
                    <name>firstboot_write</name>
                    <enable_back>no</enable_back>
                    <enable_next>no</enable_next>
                </module>
                <module>
                    <label>Finish Setup</label>
                    <name>inst_suseconfig</name>
                    <enable_back>no</enable_back>
                    <enable_next>no</enable_next>
                </module>
                <module>
                    <label>Finish Setup</label>
                    <name>inst_congratulate</name>
                </module>

            </modules>
        </workflow>
    </workflows>
    <texts>
	<!--
	Labels used during Automatic Configuration: use "text_id" from "ac_step"
	-->
	<ac_label_1><label>Configuring network...</label></ac_label_1>
	<ac_label_2><label>Configuring hardware...</label></ac_label_2>
    </texts>
</productDefines>
openSUSE Build Service is sponsored by