index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-02-02 08:12:06 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2022-02-02 08:12:06 +0100 |
commit | a7c57bac53dd807091d34f5a3c23d89a87185c62 (patch) | |
tree | 5d8620cefe7f6f8d7fa80fb0c289e14881909ab8 | |
parent | 6830a8050ca304b6c4c9fa7b038e4304fed4525e (diff) |
-rw-r--r-- | archinstall/lib/hardware.py | 1 |
diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index 68d2db31..83323261 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -1,4 +1,5 @@ import os +import logging from functools import partial from pathlib import Path from typing import Iterator, Optional, Union |