AutoYaST messages: How do you set the default response and timeout for the yesno_message tag?
Hi, I am just beginning to use the autoinstall with SLES 9-RC5 and I noticed the reference profile generates a tag for "yesno_messages" with the same defaults as the other message tags. But I don't think it's really doing anything. I have a few windows pop up during installation (confirm a driver installation, continue detecting NIC) and I want those to timeout and continue. How do I do that? Here is the tag I have right now: <yesno_messages> <show config:type="boolean">true</show> <timeout config:type="integer">10</timeout> <log config:type="boolean">true</log> </yesno_messages> Chris
Hi Chris Partridge wrote:
Hi, I am just beginning to use the autoinstall with SLES 9-RC5 and I noticed the reference profile generates a tag for "yesno_messages" with the same defaults as the other message tags. But I don't think it's really doing anything. I have a few windows pop up during installation (confirm a driver installation, continue detecting NIC) and I want those to timeout and continue. How do I do that? Here is the tag I have right now:
If you are getting the messages above then you are doing something wrong. Such messages appear only if you started the installation manually and there is no way to disable them in auto-install mode. Manual mode conflicts with Autoinstall mode for obvious reasons.
<yesno_messages> <show config:type="boolean">true</show> <timeout config:type="integer">10</timeout> <log config:type="boolean">true</log> </yesno_messages>
Chris
Anas
participants (2)
-
Anas Nashif
-
Chris Partridge