diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-20 22:50:58 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-20 22:50:58 -0500 |
commit | 339b6823b81ea02a1758a4568f53a151e49efc41 (patch) | |
tree | 23077af97e5689f32c6e97016cbe48d1ac151e0c | |
parent | a8c6ade54c55e5470ec0b677729ed368dd796d75 (diff) | |
download | image-339b6823b81ea02a1758a4568f53a151e49efc41.tar.gz image-339b6823b81ea02a1758a4568f53a151e49efc41.tar.bz2 image-339b6823b81ea02a1758a4568f53a151e49efc41.tar.xz image-339b6823b81ea02a1758a4568f53a151e49efc41.zip |
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
-rw-r--r-- | configs/base/base.installfile | 2 | ||||
-rw-r--r-- | configs/base/kde.installfile | 2 | ||||
-rw-r--r-- | configs/base/lxqt.installfile | 2 | ||||
-rw-r--r-- | configs/base/mate.installfile | 2 | ||||
-rw-r--r-- | 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 |