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-05-22 20:07:15 +0200
committerAnton Hvornum <anton@hvornum.se>2021-05-22 20:07:15 +0200
commite3a629a6ff71a7d8d3d66f66c40229ecd0e7b8e9 (patch)
tree3acb36eadef6a4b48b63512ae364eae6635e3bb8 /examples
parentb45efe0983387b1b00b8ac956bec3fdd1a97d9f0 (diff)
Added a information that ntp might require some additional tinkering to work perfectly.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index a2790af3..fc2baec0 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -239,6 +239,8 @@ def ask_user_questions():
if not archinstall.arguments.get('ntp', False):
archinstall.arguments['ntp'] = input("Would you like to use automatic time syncronization (ntp) with default time servers? N/y: ").strip().lower() in ('y', 'yes')
+ if archinstall.arguments['ntp']:
+ archinstall.log("Hardware time and other post configuration might be required for ntp to work. Please see wiki!", fg="yellow")
def perform_installation_steps():