<?xml version="1.0"?>
<!DOCTYPE profile SYSTEM "/usr/share/autoinstall/dtd/profile.dtd">
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
  <add-on>
    <add_on_products config:type="list">
      <listentry>
        <media_url>http://@WAYIP@/LinuxCOE/SuSE/@ARCH@/SLE-10-SDK/CD1</media_url>
        <product>SUSE-Linux-Enterprise-SDK-@ARCH@</product>
        <product_dir>/</product_dir>
      </listentry>
    </add_on_products>
  </add-on>
    <bootloader>
      <global>
        <timeout config:type="integer">10</timeout>
        <activate config:type="boolean">true</activate>
        <boot_mbr config:type="boolean">true</boot_mbr>
      </global>
      <activate config:type="boolean">true</activate>
      <loader_type>grub</loader_type>
      <location>mbr</location>
      <repl_mbr config:type="boolean">true</repl_mbr>
    </bootloader>
    <general>
     <signature-handling>
        <accept_unsigned_file         config:type="boolean">true</accept_unsigned_file>
        <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum>
        <accept_verification_failed   config:type="boolean">true</accept_verification_failed>
        <accept_unknown_gpg_key       config:type="boolean">true</accept_unknown_gpg_key>
        <import_gpg_key               config:type="boolean">true</import_gpg_key>
      </signature-handling>
# LinuxCOE TIME
      <mode>
        <confirm config:type="boolean">false</confirm>
        <forceboot config:type="boolean">false</forceboot>
        <reboot config:type="boolean">true</reboot>
      </mode>
    </general>
    <report>    
      <messages>
	<show config:type="boolean">true</show>
	<timeout config:type="integer">10</timeout>
	<log config:type="boolean">true</log>
      </messages>
      <warnings>
	<show config:type="boolean">true</show>
	<timeout config:type="integer">10</timeout>
	<log config:type="boolean">true</log>
      </warnings>
    </report>
    <software>
# LinuxCOE SuSE BUNDLES
    </software>
# LinuxCOE PARTITION
# LinuxCOE Config Options
    <scripts>
      <chroot-scripts config:type="list">
        <script>
          <chrooted config:type="boolean">true</chrooted>
          <filename>sax-config</filename>
          <interpreter>shell</interpreter>
          <location></location>
          <source><![CDATA[#!/bin/bash
test -x /usr/sbin/sax2 || exit 0
/usr/sbin/sax2 --auto
       ]]></source>
        </script>
        <script>
           <filename>replay_cp</filename>
           <chrooted config:type="boolean">false</chrooted>
           <source>
           <![CDATA[
test -r /replay || exit 0
cp /replay /mnt/tmp/replay
           ]]>
           </source>
        </script>
        <script>
           <chrooted config:type="boolean">true</chrooted>
           <filename>chrooted_replay_cp</filename>
           <source>
           <![CDATA[
test -r /tmp/replay || exit 0
mkdir -p /etc/opt/LinuxCOE
mv /tmp/replay /etc/opt/LinuxCOE
           ]]>
          </source>
        </script>
      </chroot-scripts>
      <post-scripts config:type="list">
# LinuxCOE FINAL SCRIPT
      </post-scripts>
    </scripts>
</profile>
