10 Jun
2003
10 Jun
'03
14:16
Martin Vidner wrote:
On Tue, 10 Jun 2003, Stefan Weigel wrote:
Btw.: I am using the latest autoyast packages with the latest update image (y2update.gz) on floppy.
Part of my autoinst.xml:
<report> <messages> <show>true</show> <timeout>5</timeout> <log>true</log> </messages> [...] </report>
To avoid the popup, use <messages> <show config:type="boolean">false</show> <timeout config:type="integer">5</timeout> <log config:type="boolean">true</log> </messages>
This looks like another documentation bug. The boolean values must have a config:type="boolean" attribute and likewise config:type="integer" for the timeout.
It is a documentation error, however, it would also work this way in 8.1. Anas