[iso] Revert fake ntp source.

This commit is contained in:
Andrey Danin 2013-06-18 21:15:40 +04:00
parent 1dbde8032f
commit 354315be98

View File

@ -307,6 +307,8 @@ umount -f ${FS} || true
rm -rf ${FS}
# Enabling/configuring NTPD and ntpdate services
echo "server 127.127.1.0" >> /etc/ntp.conf
echo "fudge 127.127.1.0 stratum 10" >> /etc/ntp.conf
echo "tos orphan 7" >> /etc/ntp.conf
chkconfig ntpd on