summaryrefslogtreecommitdiff
path: root/configs/base/mate.installfile
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-11-26 05:55:26 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-11-26 05:55:26 -0600
commit00167437fade5d44a152ec2dd60d193ffa086eae (patch)
tree53d37afba4a8fd7e9c042bb9d340026bbd6c71ba /configs/base/mate.installfile
parent0ad93f758ce2b0678e0bd9cdd0b000456c33ebea (diff)
downloadimage-00167437fade5d44a152ec2dd60d193ffa086eae.tar.gz
image-00167437fade5d44a152ec2dd60d193ffa086eae.tar.bz2
image-00167437fade5d44a152ec2dd60d193ffa086eae.tar.xz
image-00167437fade5d44a152ec2dd60d193ffa086eae.zip
Base configurations: DRY the desktop env configs
Factor all of the repeated logic into a single 'live-base' script.
Diffstat (limited to 'configs/base/mate.installfile')
-rw-r--r--configs/base/mate.installfile13
1 files changed, 3 insertions, 10 deletions
diff --git a/configs/base/mate.installfile b/configs/base/mate.installfile
index 359a1b8..6b2edad 100644
--- a/configs/base/mate.installfile
+++ b/configs/base/mate.installfile
@@ -1,11 +1,4 @@
-# Install MATE and SDDM auto-login for it.
-pkginstall livecd-support-horizon livecd-support-mate networkmanager
+# Install MATE.
+pkginstall livecd-support-mate
-# Start X on boot, if possible.
-svcenable udev boot
-svcenable udev-trigger boot
-svcenable elogind
-svcenable NetworkManager
-svcenable chronyd graphical
-svcenable sddm graphical
-svcenable wpa_supplicant
+inherit live-base.installfile