From 4f4842f6bfbc8a4726d73347f2d30fd7c1127b72 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 5 Nov 2021 17:05:20 +0100 Subject: Added more information to the NTP log line. --- archinstall/lib/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib') diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 1585d535..0fbf594d 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -260,7 +260,7 @@ class Installer: self.activate_time_syncronization() def activate_time_syncronization(self): - self.log('Installing and activating time synchronization.', level=logging.INFO) + self.log('Activating systemd-timesyncd for time synchronization using Arch Linux and ntp.org NTP servers.', level=logging.INFO) self.enable_service('systemd-timesyncd') with open(f"{self.target}/etc/systemd/timesyncd.conf", "w") as fh: -- cgit v1.2.3-70-g09d2