obsolete call for timezone changed (#850)
This commit is contained in:
parent
a14533818b
commit
116246b0e8
|
|
@ -192,7 +192,7 @@ class GlobalMenu:
|
||||||
display_func=lambda x: x if x else 'Not configured, unavailable unless setup manually',
|
display_func=lambda x: x if x else 'Not configured, unavailable unless setup manually',
|
||||||
default={})
|
default={})
|
||||||
self._menu_options['timezone'] = \
|
self._menu_options['timezone'] = \
|
||||||
Selector('Select timezone', lambda: archinstall.ask_timezone())
|
Selector('Select timezone', lambda: archinstall.ask_for_a_timezone())
|
||||||
self._menu_options['ntp'] = \
|
self._menu_options['ntp'] = \
|
||||||
Selector(
|
Selector(
|
||||||
'Set automatic time sync (NTP)',
|
'Set automatic time sync (NTP)',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue