Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-10 12:09:02 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-10 12:09:02 -0400
commit78aba78db7a30a97550e4683d1ed33ced5b86205 (patch)
treef4a156d07ae12112953674e2ff5b52f8bf578a6c /archinstall/lib/installer.py
parent5f46f76bd594cf55af4a2a3344599d61d89b2f65 (diff)
Fix issue #263
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index e9343cd1..5523b1e1 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -10,6 +10,8 @@ from .systemd import Networkd
from .output import log, LOG_LEVELS
from .storage import storage
from .hardware import *
+from .gfx_drivers import *
+
# Any package that the Installer() is responsible for (optional and the default ones)
__packages__ = ["base", "base-devel", "linux", "linux-firmware", "efibootmgr", "nano", "ntp", "iwd"]
__base_packages__ = __packages__[:6]