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>2022-04-26 14:49:03 +0200
committerAnton Hvornum <anton@hvornum.se>2022-04-26 14:49:03 +0200
commit9a6e85fb4663c4cabf2a4ce573fc9263a291f2e2 (patch)
tree27bfd8347b188e42673c6c333a6a2098dd96a737 /examples
parentc095eb56d878b51a80d49cdef3c82950bcfcdecd (diff)
Removed NTP by default. Instead, if NTP is selected or de-selected it will activate/de-activate ntp accordingly.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 8e6acc64..d7694e11 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -36,8 +36,6 @@ def ask_user_questions():
# the default value specified in the menu options; in
# case it will be changed by the user we'll also update
# the system immediately
- archinstall.SysCommand('timedatectl set-ntp true')
-
global_menu = archinstall.GlobalMenu(data_store=archinstall.arguments)
global_menu.enable('archinstall-language')