Mailinglist Archive: opensuse-autoinstall (47 mails)

< Previous Next >
RE: [opensuse-autoinstall] Ask-list... wrong answers on combined dialogs?
  • From: "Lundgren, Andrew" <Andrew.Lundgren@xxxxxxxxxx>
  • Date: Fri, 16 Nov 2007 15:08:35 -0700
  • Message-id: <4B91E89056EE014A8F1AA3FB8648A0CA01C63C03@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
That fixed the problem. It was taking the order from the xml file,
apparently the element is needed for the answer.

-----Original Message-----
From: Razi Khaja [mailto:razi.khaja@xxxxxxxxx]
Sent: Friday, November 16, 2007 2:48 PM
To: opensuse-autoinstall@xxxxxxxxxxxx
Subject: Re: [opensuse-autoinstall] Ask-list... wrong answers
on combined dialogs?

Opps. I seem to be missing the element keyword... I will add that
and try again.

I was going to mention that. The <element> tags simply
control the order in which the text boxes appear in your
dialog, but might be necessary. (I just started working with
autoyast so my guess is as good as yours.)

<ask-list config:type="list">
<ask>
<dialog config:type="integer">1</dialog>
<path>networking,dns,hostname</path>
<question>Enter Hostname (without domain)</question>
<stage>cont</stage>
<default></default>
</ask>
<ask>
<dialog config:type="integer">1</dialog>
<path>networking,dns,domain</path>
<question>Enter Domain (ex: level3.net)</question>
<stage>cont</stage>
<default></default>
</ask>

The <default> tags above are empty. Its probably better just
to remove them altogether if you dont want a default answer.

Hope that adding the <element> tags back in works!
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail:
opensuse-autoinstall+help@xxxxxxxxxxxx


--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups