Missed a couple of profiles; reformat package lists for these too.

This commit is contained in:
Dylan Taylor 2021-05-15 17:35:21 -04:00
parent 81423330aa
commit 0ac13c0958
3 changed files with 17 additions and 3 deletions

View File

@ -2,7 +2,11 @@ import archinstall
# Define the package list in order for lib to source
# which packages will be installed by this profile
__packages__ = ["cockpit", "udisks2", "packagekit"]
__packages__ = [
"cockpit",
"udisks2",
"packagekit",
]
archinstall.storage['installation_session'].add_additional_packages(__packages__)

View File

@ -4,7 +4,12 @@ import archinstall
is_top_level_profile = False
__packages__ = ["mate", "mate-extra", "lightdm", "lightdm-gtk-greeter"]
__packages__ = [
"mate",
"mate-extra",
"lightdm",
"lightdm-gtk-greeter",
]
def _prep_function(*args, **kwargs):

View File

@ -4,7 +4,12 @@ import archinstall
is_top_level_profile = False
__packages__ = ["xfce4", "xfce4-goodies", "lightdm", "lightdm-gtk-greeter"]
__packages__ = [
"xfce4",
"xfce4-goodies",
"lightdm",
"lightdm-gtk-greeter",
]
def _prep_function(*args, **kwargs):