This commit is contained in:
Dylan Taylor 2021-04-10 12:09:02 -04:00
parent 5f46f76bd5
commit 78aba78db7
1 changed files with 2 additions and 0 deletions

View File

@ -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]