Missed a couple of profiles; reformat package lists for these too.
This commit is contained in:
parent
81423330aa
commit
0ac13c0958
|
|
@ -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__)
|
||||
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue