Mailinglist Archive: opensuse-autoinstall (72 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Trying to set NTP w/ <ask> on SLES 10 SP1 (64bit)
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Wed, 6 Feb 2008 17:49:54 +0100
- Message-id: <200802061749.54484.ug@xxxxxxx>
On Mittwoch, 6. Februar 2008, Ryan McCain wrote:
"peers" is a list of "peer"-elements. The 0 tells autoyast to change the
first element (peer) in that list.
Each time you want to change an element of a list, you have to specify the
index of that element (starting with 0)
--
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
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
<general>
<ask-list config:type="list">
<ask>
<path>ntp-client,peer,address</path>
the <path> is wrong. Must be "ntp-client,peers,0,address"
What does the 0 signify?
"peers" is a list of "peer"-elements. The 0 tells autoyast to change the
first element (peer) in that list.
Each time you want to change an element of a list, you have to specify the
index of that element (starting with 0)
--
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
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |