index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-05-10 14:38:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 14:38:56 +0200 |
commit | 1320057218ea575bca2854e2f349a684369fc7c9 (patch) | |
tree | 0bc6bff59732c22d0b38d0546d1c6f001094a38c | |
parent | 2492f571ead65f339b7ecdfe9e97d9b6ab9f2522 (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index c3e67a05..536db370 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -248,7 +248,7 @@ def post_process_arguments(arguments): # to ensure that cyrillic characters work in the installer -set_unicode_font() +# set_unicode_font() define_arguments() arguments = get_arguments() |