Skip to content

Commit 0ac29d3

Browse files
committed
Skip apply_console_font off-ISO
1 parent a973ca0 commit 0ac29d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

archinstall/lib/translationhandler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ def apply_console_font(self) -> None:
217217
If FONT is set but invalid, fall back to language font.
218218
If FONT is not set, use active language font.
219219
"""
220+
if not running_from_iso():
221+
return
222+
220223
if _ENV_FONT:
221224
if self._set_font(_ENV_FONT):
222225
self._using_env_font = True

0 commit comments

Comments
 (0)