diff options
-rw-r--r-- | configs/ppc64-live.installfile | 5 | ||||
-rw-r--r-- | configs/x86_64-live.installfile | 3 |
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 |