diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-20 05:48:23 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-20 05:48:23 -0500 |
commit | 7df95115f4fb8a8c164bc2b37530812ebb676fb9 (patch) | |
tree | 17a93acae33e43c072f482e6379960894e7f80cb | |
parent | 712c0c993bcd14a1e080476dfc707c958cf2236a (diff) | |
download | image-7df95115f4fb8a8c164bc2b37530812ebb676fb9.tar.gz image-7df95115f4fb8a8c164bc2b37530812ebb676fb9.tar.bz2 image-7df95115f4fb8a8c164bc2b37530812ebb676fb9.tar.xz image-7df95115f4fb8a8c164bc2b37530812ebb676fb9.zip |
configs: Inst CD: SDDM -> graphical runlevel
Put the graphical runtime in its own runlevel so it can be chosen or not
chosen by the user during startup.
Ref: adelie/horizon#346
-rw-r--r-- | configs/horizon/horizon.installfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/horizon/horizon.installfile b/configs/horizon/horizon.installfile index 07c2f61..4955510 100644 --- a/configs/horizon/horizon.installfile +++ b/configs/horizon/horizon.installfile @@ -5,5 +5,5 @@ pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberat svcenable udev boot svcenable udev-trigger boot svcenable elogind -svcenable sddm +svcenable sddm graphical svcenable wpa_supplicant |