index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Werner Llácer <wllacer@gmail.com> | 2022-01-07 12:54:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 12:54:45 +0100 |
commit | 116246b0e8e593edae54221dfba8134cbc1c223c (patch) | |
tree | 01c14b1c3c62e7028778ecd8c0747925e3678e82 /archinstall/lib/menu | |
parent | a14533818be1d4b44ce7c92697ed2c8a3cfca806 (diff) |
-rw-r--r-- | archinstall/lib/menu/selection_menu.py | 2 |
diff --git a/archinstall/lib/menu/selection_menu.py b/archinstall/lib/menu/selection_menu.py index 17cc3347..9eb022a6 100644 --- a/archinstall/lib/menu/selection_menu.py +++ b/archinstall/lib/menu/selection_menu.py @@ -192,7 +192,7 @@ class GlobalMenu: display_func=lambda x: x if x else 'Not configured, unavailable unless setup manually', default={}) self._menu_options['timezone'] = \ - Selector('Select timezone', lambda: archinstall.ask_timezone()) + Selector('Select timezone', lambda: archinstall.ask_for_a_timezone()) self._menu_options['ntp'] = \ Selector( 'Set automatic time sync (NTP)', |