Mailinglist Archive: opensuse-autoinstall (72 mails)
| < Previous | Next > |
[opensuse-autoinstall] Trying to set NTP w/ <ask> on SLES 10 SP1 (64bit)
- From: "Ryan McCain" <Ryan.McCain@xxxxxxxxxxxxxxx>
- Date: Tue, 05 Feb 2008 16:37:52 -0600
- Message-id: <47A890E0.5D1A.003A.0@xxxxxxxxxxxxxxx>
I'm trying to install SLES 10 SP1 (64bit)
XML file below:
<general>
<ask-list config:type="list">
<ask>
<path>ntp-client,peer,address</path>
<question>Enter NTP server:</question>
<stage>initial</stage>
<default>timestate1.dss.la.gov</default>
</ask>
</ask-list>
<ntp-client>
<configure_dhcp config:type="boolean">false</configure_dhcp>
<peers config:type="list">
<peer>
<address>timeref.dss.la.gov</address>
<initial_sync config:type="boolean">true</initial_sync>
<options></options>
<type>server</type>
</peer>
</peers>
<start_at_boot config:type="boolean">true</start_at_boot>
<start_in_chroot config:type="boolean">false</start_in_chroot>
</ntp-client>
..
..
</general>
..I get prompted to enter the NTP server and enter it at the start of the
install. However, when the server finishes, timeref.dss.la.gov is in
/etc/ntp.conf, not timestate1.dss.la.gov.
Do I have things in the wrong order? Does <ntp-client> need to be in another
part of the XML file? Any help is appreciated.
Ryan
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
XML file below:
<general>
<ask-list config:type="list">
<ask>
<path>ntp-client,peer,address</path>
<question>Enter NTP server:</question>
<stage>initial</stage>
<default>timestate1.dss.la.gov</default>
</ask>
</ask-list>
<ntp-client>
<configure_dhcp config:type="boolean">false</configure_dhcp>
<peers config:type="list">
<peer>
<address>timeref.dss.la.gov</address>
<initial_sync config:type="boolean">true</initial_sync>
<options></options>
<type>server</type>
</peer>
</peers>
<start_at_boot config:type="boolean">true</start_at_boot>
<start_in_chroot config:type="boolean">false</start_in_chroot>
</ntp-client>
..
..
</general>
..I get prompted to enter the NTP server and enter it at the start of the
install. However, when the server finishes, timeref.dss.la.gov is in
/etc/ntp.conf, not timestate1.dss.la.gov.
Do I have things in the wrong order? Does <ntp-client> need to be in another
part of the XML file? Any help is appreciated.
Ryan
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |