index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-11-05 16:22:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 16:22:43 +0000 |
commit | 3e53d45413a8a88ebea972a0d94edeb4b2445287 (patch) | |
tree | 0737a801d412657323c74f4d6c71176afd3ddb58 /examples/guided.py | |
parent | 31a7a85e04e05f46208b026881ced5d9db190fe5 (diff) | |
parent | 37c40b8894d4e32209983e1b682dc345d851ba00 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
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) |