<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="sans-serif">Hi all,<br>
<br>
Does anyone know how to setup NTP info via kickstart ?  More
specifically, I'd like to do the following on Fedora 10 systems via the
kickstart mechanism:<br>
<br>
1) Specify NTP servers (e.g., ntp1.virginia.edu, ntp2.virginia.edu, ...)<br>
<br>
2) Enable / activate NTP -- I.e., What one would get by running
'system-config-time' and clicking the "Enable Network Time Protocol"
box.<br>
<br>
I know this stuff can set manually, post-installation, via the </font><font
 face="sans-serif">system-config-time route, and that it also can be
setup immediately after a kickstart-based install by setting "firstboot
--enable" to run the Setup Agent upon first reboot (...and then
manually entering the info at that screen.)   But seems as though this
could be done at the kickstart level ??<br>
<br>
I couldn't find anything on ntp-in-kickstart in the Anaconda Kickstart
reference at <a class="moz-txt-link-freetext" href="http://fedoraproject.org/wiki/Anaconda/Kickstart">http://fedoraproject.org/wiki/Anaconda/Kickstart</a> or by
searching around the web.  I naively did the following in a ks file to
modify ntp.conf, but that doesn't actually 'enable' ntp on the system:<br>
</font>
<blockquote type="cite"><tt>cat >> /etc/ntp.conf
<<EOF_ntpconfig<br>
server ntp1.virginia.edu dynamic<br>
server ntp2.virginia.edu dynamic<br>
server ntp3.virginia.edu dynamic<br>
EOF_ntpconfig<br>
  </tt></blockquote>
<font face="sans-serif">Any tips (or pointers to possible advice) would
be most sincerely appreciated...<br>
<br>
Cameron<br>
</font>
</body>
</html>