leave default ntp pool entries active 05/305/2 development
authordavidplunkett <dp7642@att.com>
Fri, 26 Oct 2018 15:40:32 +0000 (15:40 +0000)
committerDavid Plunkett <dp7642@att.com>
Fri, 26 Oct 2018 15:43:17 +0000 (15:43 +0000)
Change-Id: I0ef8889642119011198e8e1de26a9ef33076cb71
Signed-off-by: davidplunkett <dp7642@att.com>
ubuntu.seed.template

index fa3ef86..a10cb87 100644 (file)
@@ -155,7 +155,6 @@ d-i finish-install/reboot_in_progress note
 d-i preseed/late_command string \
     in-target /bin/sed -i 's/^PermitRootLogin .*$/PermitRootLogin yes/g' /etc/ssh/sshd_config; \
     in-target /bin/sed -i 's/^server /#server /g' /etc/ntp.conf; \
-    in-target /bin/sed -i 's/^pool /#pool /g' /etc/ntp.conf; \
     in-target /bin/bash -c '/bin/echo "server @@SRV_NTP@@" >> /etc/ntp.conf'; \
     in-target /bin/bash -c '/bin/echo "8021q" >> /etc/modules'; \
     in-target /bin/bash -c 'mv /etc/network/interfaces /etc/network/interfaces.save'; \