Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-11-05 16:22:43 +0000
committerGitHub <noreply@github.com>2021-11-05 16:22:43 +0000
commit3e53d45413a8a88ebea972a0d94edeb4b2445287 (patch)
tree0737a801d412657323c74f4d6c71176afd3ddb58 /examples
parent31a7a85e04e05f46208b026881ced5d9db190fe5 (diff)
parent37c40b8894d4e32209983e1b682dc345d851ba00 (diff)
Merge PR #684 - swap ntpd for systemd-timesyncd
Fix #682 - swap ntpd for systemd-timesyncd
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 45395add..19fff406 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -310,7 +310,7 @@ def perform_installation(mountpoint):
installation.set_timezone(timezone)
if archinstall.arguments.get('ntp', False):
- installation.activate_ntp()
+ installation.activate_time_syncronization()
if (root_pw := archinstall.arguments.get('!root-password', None)) and len(root_pw):
installation.user_set_pw('root', root_pw)