add lightdm-gtk-greeter

This commit is contained in:
m1ten 2021-04-04 13:49:37 -04:00 committed by GitHub
parent 771087e75b
commit f72d3039f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import archinstall
installation.add_additional_packages("xfce4 xfce4-goodies lightdm") # We'll create a xfce4-minimal later, but for now, we'll avoid issues by giving more than we need.
installation.add_additional_packages("xfce4 xfce4-goodies lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings")
# We'll create a xfce4-minimal later, but for now, we'll avoid issues by giving more than we need.