From f270a47f27de7176199293a3777d116bf8101cf8 Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Thu, 14 Sep 2023 14:10:26 +0200 Subject: add the option to use ly as display manager (#2004) Signed-off-by: Christian Heusel --- archinstall/lib/profile/profiles_handler.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'archinstall/lib') 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) -- cgit v1.2.3-54-g00ecf