From 8ff6680f0d5d1891de44d171f36b5ad3a123a93b Mon Sep 17 00:00:00 2001 From: Elisamara Aoki Goncalves Date: Wed, 29 Jun 2022 17:03:49 -0300 Subject: [PATCH] Install Kubernetes Platform on All-in-one Duplex Bug Closes-bug: 1972748 Signed-off-by: Elisamara Aoki Goncalves Change-Id: If3337d5def2471d649e24a94799e0b6ff961c71b --- doc/source/shared/_includes/ntp-update-note.rest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/shared/_includes/ntp-update-note.rest b/doc/source/shared/_includes/ntp-update-note.rest index 98121375a..e0fb5b38b 100644 --- a/doc/source/shared/_includes/ntp-update-note.rest +++ b/doc/source/shared/_includes/ntp-update-note.rest @@ -11,8 +11,8 @@ # if the current server time is not correct, update with NTP # first add nameserver for DNS resolution - $ echo "nameserver 8.8.8.8" >> /etc/resolvconf - $ echo "nameserver 8.8.4.4" >> /etc/resolvconf + $ echo "nameserver 8.8.8.8" >> /etc/resolv.conf + $ echo "nameserver 8.8.4.4" >> /etc/resolv.conf # run ntpdate $ sudo ntpdate 0.pool.ntp.org 1.pool.ntp.org