[AutoYast Bootloader] configuration not working

Hello!

I have an issue when I’m trying to build my own opensuse-based distro using Susestudio.com. I added AutoYast script as following:


<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
    <report>    
      <messages>
        <show config:type="boolean">true</show>
    	<timeout config:type="integer">10</timeout>
    	<log config:type="boolean">true</log>
      </messages>
      <errors>
    	<show config:type="boolean">true</show>
    	<timeout config:type="integer">10</timeout>
    	<log config:type="boolean">true</log>
      </errors>
      <warnings>
    	<show config:type="boolean">true</show>
    	<timeout config:type="integer">10</timeout>
    	<log config:type="boolean">true</log>
      </warnings>
    </report>
    <bootloader> 
        <activate config:type="boolean">true</activate>
        <global>
            <timeout config:type="integer">1</timeout>
        </global>
        <loader_type>grub</loader_type>
    </bootloader>
... rest is not important and working correctly]
 </profile>

but bootloader section is not aplying to my system. There is no messages what is wrong. What I have to do, is to make that grub should wait no more than 1 sec to start default position.

Do you have any idea what is wrong with this code?

Best to ask this on the studio form

SUSE Studio Forum – SUSE Studio

I think it’s autoyast issue, not susestudio related.