diff options
Diffstat (limited to 'configs/horizon')
-rw-r--r-- | configs/horizon/pmmx-horizon-fw.installfile | 6 | ||||
-rw-r--r-- | configs/horizon/pmmx-horizon.installfile | 11 | ||||
-rw-r--r-- | configs/horizon/ppc-horizon-fw.installfile | 6 | ||||
-rw-r--r-- | configs/horizon/ppc-horizon.installfile | 11 | ||||
-rw-r--r-- | configs/horizon/ppc64-horizon-fw.installfile | 6 | ||||
-rw-r--r-- | configs/horizon/ppc64-horizon.installfile | 11 | ||||
-rw-r--r-- | configs/horizon/x86_64-horizon-fw.installfile | 6 | ||||
-rw-r--r-- | configs/horizon/x86_64-horizon.installfile | 11 |
8 files changed, 68 insertions, 0 deletions
diff --git a/configs/horizon/pmmx-horizon-fw.installfile b/configs/horizon/pmmx-horizon-fw.installfile new file mode 100644 index 0000000..580c61e --- /dev/null +++ b/configs/horizon/pmmx-horizon-fw.installfile @@ -0,0 +1,6 @@ +firmware true + +signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac04808.rsa.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac0b300.rsa.pub + +inherit pmmx-horizon.installfile diff --git a/configs/horizon/pmmx-horizon.installfile b/configs/horizon/pmmx-horizon.installfile new file mode 100644 index 0000000..956843b --- /dev/null +++ b/configs/horizon/pmmx-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/pmmx.installfile diff --git a/configs/horizon/ppc-horizon-fw.installfile b/configs/horizon/ppc-horizon-fw.installfile new file mode 100644 index 0000000..e462b44 --- /dev/null +++ b/configs/horizon/ppc-horizon-fw.installfile @@ -0,0 +1,6 @@ +firmware true + +signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac04808.rsa.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac0b300.rsa.pub + +inherit ppc-horizon.installfile diff --git a/configs/horizon/ppc-horizon.installfile b/configs/horizon/ppc-horizon.installfile new file mode 100644 index 0000000..a0f2ec2 --- /dev/null +++ b/configs/horizon/ppc-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/ppc.installfile diff --git a/configs/horizon/ppc64-horizon-fw.installfile b/configs/horizon/ppc64-horizon-fw.installfile new file mode 100644 index 0000000..d4dea36 --- /dev/null +++ b/configs/horizon/ppc64-horizon-fw.installfile @@ -0,0 +1,6 @@ +firmware true + +signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac04808.rsa.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac0b300.rsa.pub + +inherit ppc64-horizon.installfile diff --git a/configs/horizon/ppc64-horizon.installfile b/configs/horizon/ppc64-horizon.installfile new file mode 100644 index 0000000..e9cd27f --- /dev/null +++ b/configs/horizon/ppc64-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/ppc64.installfile diff --git a/configs/horizon/x86_64-horizon-fw.installfile b/configs/horizon/x86_64-horizon-fw.installfile new file mode 100644 index 0000000..1b1795a --- /dev/null +++ b/configs/horizon/x86_64-horizon-fw.installfile @@ -0,0 +1,6 @@ +firmware true + +signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac04808.rsa.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/packages@pleroma.apkfission.net-5ac0b300.rsa.pub + +inherit x86_64-horizon.installfile diff --git a/configs/horizon/x86_64-horizon.installfile b/configs/horizon/x86_64-horizon.installfile new file mode 100644 index 0000000..523cc8f --- /dev/null +++ b/configs/horizon/x86_64-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/x86_64.installfile |