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@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org