diff options
-rw-r--r-- | configs/horizon/aarch64-horizon.installfile | 11 | ||||
-rw-r--r-- | configs/horizon/armv7-horizon.installfile | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/configs/horizon/aarch64-horizon.installfile b/configs/horizon/aarch64-horizon.installfile new file mode 100644 index 0000000..6bc3a28 --- /dev/null +++ b/configs/horizon/aarch64-horizon.installfile @@ -0,0 +1,11 @@ +# System Installation +pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable sddm +svcenable wpa_supplicant + +inherit ../arch/aarch64.installfile diff --git a/configs/horizon/armv7-horizon.installfile b/configs/horizon/armv7-horizon.installfile new file mode 100644 index 0000000..3aad763 --- /dev/null +++ b/configs/horizon/armv7-horizon.installfile @@ -0,0 +1,11 @@ +# System Installation +pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable sddm +svcenable wpa_supplicant + +inherit ../arch/armv7.installfile |