Mailinglist Archive: opensuse-autoinstall (58 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] SLES10 SP1 autoinstall software raid error (how to supress error message)
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Wed, 22 Aug 2007 11:19:52 +0200
- Message-id: <200708221119.52662.ug@xxxxxxx>
On Tuesday 21 August 2007 06:59, kanji linux wrote:
> On clicking OK button, the installation proceeds to
> completion. How can i supress the error message in the
> autoyast file ?
try:
<report>
<errors>
<log config:type="boolean">false</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">1</timeout>
</errors>
<messages>
<log config:type="boolean">false</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">1</timeout>
</messages>
<warnings>
<log config:type="boolean">false</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">1</timeout>
</warnings>
<yesno_messages>
<log config:type="boolean">true</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">1</timeout>
</yesno_messages>
</report>
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
now playing mind.in.a.box - Lost Alone
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
> On clicking OK button, the installation proceeds to
> completion. How can i supress the error message in the
> autoyast file ?
try:
<report>
<errors>
<log config:type="boolean">false</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">1</timeout>
</errors>
<messages>
<log config:type="boolean">false</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">1</timeout>
</messages>
<warnings>
<log config:type="boolean">false</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">1</timeout>
</warnings>
<yesno_messages>
<log config:type="boolean">true</log>
<show config:type="boolean">true</show>
<timeout config:type="integer">1</timeout>
</yesno_messages>
</report>
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
now playing mind.in.a.box - Lost Alone
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |