From 95c0861afbd16e1d228724ef64424da775ffac8a Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Mon, 28 Aug 2023 22:51:25 +0000 Subject: configs/horizon: add { aarch64, armv7 } support. fixes #393, #394. --- configs/horizon/aarch64-horizon.installfile | 11 +++++++++++ configs/horizon/armv7-horizon.installfile | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 configs/horizon/aarch64-horizon.installfile create mode 100644 configs/horizon/armv7-horizon.installfile 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 -- cgit v1.2.3-70-g09d2