Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/profile/profiles_handler.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archinstall/lib/profile/profiles_handler.py b/archinstall/lib/profile/profiles_handler.py
index 7e6af3d1..8ea646b6 100644
--- a/archinstall/lib/profile/profiles_handler.py
+++ b/archinstall/lib/profile/profiles_handler.py
@@ -182,6 +182,9 @@ class ProfileHandler:
case GreeterType.Gdm:
packages = ['gdm']
service = ['gdm']
+ case GreeterType.Ly:
+ packages = ['ly']
+ service = ['ly']
if packages:
install_session.add_additional_packages(packages)