Mailinglist Archive: opensuse-autoinstall (47 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Ask-list... wrong answers on combined dialogs?
- From: "Razi Khaja" <razi.khaja@xxxxxxxxx>
- Date: Fri, 16 Nov 2007 16:47:32 -0500
- Message-id: <62e9dabc0711161347q70539955t2a615bc7e8d13ead@xxxxxxxxxxxxxx>
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
| < Previous | Next > |