index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2022-06-07 01:26:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 17:26:27 +0200 |
commit | 2d4b2620462a0fb4c9496ed0629d7ab8930fc73a (patch) | |
tree | df1850ae1c717a3f1ea5d0fd39351b6482b35770 /archinstall/__init__.py | |
parent | f2492ca574448fe4bd44604316da322720e70040 (diff) |
-rw-r--r-- | archinstall/__init__.py | 7 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index ee5e5f45..abcad3ba 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -58,10 +58,6 @@ storage['__version__'] = __version__ DeferredTranslation.install() -def set_unicode_font(): - SysCommand('setfont UniCyr_8x16') - - def define_arguments(): """ Define which explicit arguments do we allow. @@ -249,9 +245,6 @@ def post_process_arguments(arguments): load_config() -# to ensure that cyrillic characters work in the installer -# set_unicode_font() - define_arguments() arguments = get_arguments() post_process_arguments(arguments) |