index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/lib/hardware.py | 1 |
diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index cf99a530..68d2db31 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -5,6 +5,7 @@ from typing import Iterator, Optional, Union from .general import SysCommand from .networking import list_interfaces, enrich_iface_types +from .output import log __packages__ = [ "mesa", |