We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c58fee commit e27dea0Copy full SHA for e27dea0
1 file changed
archinstall/lib/locale/utils.py
@@ -1,8 +1,9 @@
1
from archinstall.lib.command import SysCommand
2
from archinstall.lib.exceptions import ServiceException, SysCallError
3
+from archinstall.lib.linux_path import LPath
4
from archinstall.lib.output import error
5
from archinstall.lib.utils.util import running_from_iso
-from archinstall.linux_path import LPath
6
+
7
8
def list_keyboard_languages() -> list[str]:
9
return (
@@ -110,6 +111,7 @@ def list_timezones() -> list[str]:
110
111
.splitlines()
112
)
113
114
115
def list_console_fonts() -> list[str]:
116
fonts: list[str] = []
117
font_dir = LPath('/usr/share/kbd/consolefonts')
0 commit comments