From 339b6823b81ea02a1758a4568f53a151e49efc41 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 20 Oct 2023 22:50:58 -0500 Subject: Base configuration: Put chronyd in graphical RL This ensures our local script that sets the time can run *before* the daemon starts. Once the daemon has started, it is no longer possible to set the time manually using chrony. Ref: #361 --- configs/base/base.installfile | 2 +- configs/base/kde.installfile | 2 +- configs/base/lxqt.installfile | 2 +- configs/base/mate.installfile | 2 +- configs/base/xfce.installfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/base/base.installfile b/configs/base/base.installfile index b859191..69e7d67 100644 --- a/configs/base/base.installfile +++ b/configs/base/base.installfile @@ -21,7 +21,7 @@ pkginstall iw wireless-tools wpa_supplicant pkginstall hdparm pciutils pcmciautils smartmontools usbutils # User convenience tools pkginstall bzip2 chrony gnupg kbd-keymaps less links lzop nano openssh tmux -svcenable chronyd +svcenable chronyd graphical repository https://distfiles.adelielinux.org/adelie/current/system repository https://distfiles.adelielinux.org/adelie/current/user diff --git a/configs/base/kde.installfile b/configs/base/kde.installfile index a636b84..5948013 100644 --- a/configs/base/kde.installfile +++ b/configs/base/kde.installfile @@ -6,6 +6,6 @@ svcenable udev boot svcenable udev-trigger boot svcenable bluetooth graphical svcenable elogind -svcenable NetworkManager graphical +svcenable NetworkManager svcenable sddm graphical svcenable wpa_supplicant diff --git a/configs/base/lxqt.installfile b/configs/base/lxqt.installfile index 0226f01..6f1c8c4 100644 --- a/configs/base/lxqt.installfile +++ b/configs/base/lxqt.installfile @@ -5,6 +5,6 @@ pkginstall livecd-support-horizon livecd-support-lxqt networkmanager svcenable udev boot svcenable udev-trigger boot svcenable elogind -svcenable NetworkManager graphical +svcenable NetworkManager svcenable sddm graphical svcenable wpa_supplicant diff --git a/configs/base/mate.installfile b/configs/base/mate.installfile index ff5578e..c89f20d 100644 --- a/configs/base/mate.installfile +++ b/configs/base/mate.installfile @@ -5,6 +5,6 @@ pkginstall livecd-support-horizon livecd-support-mate networkmanager svcenable udev boot svcenable udev-trigger boot svcenable elogind -svcenable NetworkManager graphical +svcenable NetworkManager svcenable sddm graphical svcenable wpa_supplicant diff --git a/configs/base/xfce.installfile b/configs/base/xfce.installfile index b440ac9..63cfee3 100644 --- a/configs/base/xfce.installfile +++ b/configs/base/xfce.installfile @@ -5,6 +5,6 @@ pkginstall livecd-support-horizon livecd-support-xfce networkmanager svcenable udev boot svcenable udev-trigger boot svcenable elogind -svcenable NetworkManager graphical +svcenable NetworkManager svcenable sddm graphical svcenable wpa_supplicant -- cgit v1.2.3-70-g09d2