Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-05 17:05:20 +0100
committerAnton Hvornum <anton@hvornum.se>2021-11-05 17:05:20 +0100
commit4f4842f6bfbc8a4726d73347f2d30fd7c1127b72 (patch)
tree35d41db900c438a9a928a6dcaad4bd56c94f83fa /archinstall/lib
parent93efce92a96fa7aeff813ca1e3b3b398edf50bb6 (diff)
Added more information to the NTP log line.
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
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: