index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-11 07:58:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 07:58:29 +0000 |
commit | 0d14b4b9dc99e519818de091533ca9fb2f2d223c (patch) | |
tree | 76e88548c260ba603dcf2eb05e2e659fc12c7c07 /archinstall/lib/installer.py | |
parent | 3d659dead8cf06e71ad9c36db1abec3f22335414 (diff) | |
parent | 09f252d0315469ad699066279e04c4e3424ea967 (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 2 |
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] |