Removed NTP by default. Instead, if NTP is selected or de-selected it will activate/de-activate ntp accordingly.
This commit is contained in:
parent
c095eb56d8
commit
9a6e85fb46
|
|
@ -36,8 +36,6 @@ def ask_user_questions():
|
||||||
# the default value specified in the menu options; in
|
# the default value specified in the menu options; in
|
||||||
# case it will be changed by the user we'll also update
|
# case it will be changed by the user we'll also update
|
||||||
# the system immediately
|
# the system immediately
|
||||||
archinstall.SysCommand('timedatectl set-ntp true')
|
|
||||||
|
|
||||||
global_menu = archinstall.GlobalMenu(data_store=archinstall.arguments)
|
global_menu = archinstall.GlobalMenu(data_store=archinstall.arguments)
|
||||||
|
|
||||||
global_menu.enable('archinstall-language')
|
global_menu.enable('archinstall-language')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue