blob: 59320d00c0efe7233b28ce53f558301c124a9a5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# System Installation
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 ppc64.installfile
|