diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-18 21:45:53 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-18 21:45:53 -0500 |
commit | 712c0c993bcd14a1e080476dfc707c958cf2236a (patch) | |
tree | 2a4b2deaaf152d4d9bdcd43188ee302ac78c5c6a | |
parent | d648dc98efac5fcc533ec7bad0265f53fab40a8b (diff) | |
download | image-712c0c993bcd14a1e080476dfc707c958cf2236a.tar.gz image-712c0c993bcd14a1e080476dfc707c958cf2236a.tar.bz2 image-712c0c993bcd14a1e080476dfc707c958cf2236a.tar.xz image-712c0c993bcd14a1e080476dfc707c958cf2236a.zip |
configs: base: Add XFCE configuration
This depends on the new livecd-support-xfce package. I've only tested
this config on ppc64 but I have no reason to believe it wouldn't work on
other architectures.
configs/horizon/ scripts for XFCE media will come after beta5 release.
-rw-r--r-- | configs/base/xfce.installfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/base/xfce.installfile b/configs/base/xfce.installfile new file mode 100644 index 0000000..cc525a6 --- /dev/null +++ b/configs/base/xfce.installfile @@ -0,0 +1,10 @@ +# Install XFCE and SDDM auto-login for it. +pkginstall livecd-support-horizon livecd-support-xfce networkmanager + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable NetworkManager +svcenable sddm +svcenable wpa_supplicant |