summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-24 00:41:32 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-06-24 00:41:32 -0500
commit8cd0c4ef3b1ab5777e5bc6b4690b896dc4c518b0 (patch)
tree8e3cd4adfc02a60e751e9f1ff082470f00f8f2b3
parent9c67f49a2cb1aeffa1ff9d57ff10f0ce5ffa8ada (diff)
downloadimage-8cd0c4ef3b1ab5777e5bc6b4690b896dc4c518b0.tar.gz
image-8cd0c4ef3b1ab5777e5bc6b4690b896dc4c518b0.tar.bz2
image-8cd0c4ef3b1ab5777e5bc6b4690b896dc4c518b0.tar.xz
image-8cd0c4ef3b1ab5777e5bc6b4690b896dc4c518b0.zip
configs: Enable udev and WPA on Horizon media
-rw-r--r--configs/ppc64-live.installfile5
-rw-r--r--configs/x86_64-live.installfile3
2 files changed, 7 insertions, 1 deletions
diff --git a/configs/ppc64-live.installfile b/configs/ppc64-live.installfile
index 6ad0437..59320d0 100644
--- a/configs/ppc64-live.installfile
+++ b/configs/ppc64-live.installfile
@@ -1,8 +1,11 @@
# System Installation
pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation
-# Start X on boot, if possible.
+# Start X on boot, if possible
+svcenable udev boot
+svcenable udev-trigger boot
svcenable consolekit
svcenable sddm
+svcenable wpa_supplicant
inherit ppc64.installfile
diff --git a/configs/x86_64-live.installfile b/configs/x86_64-live.installfile
index a9ba9fc..243df1f 100644
--- a/configs/x86_64-live.installfile
+++ b/configs/x86_64-live.installfile
@@ -2,7 +2,10 @@
pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation
# Start X on boot, if possible.
+svcenable udev boot
+svcenable udev-trigger boot
svcenable consolekit
svcenable sddm
+svcenable wpa_supplicant
inherit x86_64.installfile