diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-24 02:06:51 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-24 02:06:51 -0500 |
commit | e812deef64ecb7abd63926929145aa061a540657 (patch) | |
tree | 6bde3bd9220af046d3b25fec6d131a3f93337b3f | |
parent | c5510d3bde35e6ea42217bd7d8f5973518e10531 (diff) | |
download | image-e812deef64ecb7abd63926929145aa061a540657.tar.gz image-e812deef64ecb7abd63926929145aa061a540657.tar.bz2 image-e812deef64ecb7abd63926929145aa061a540657.tar.xz image-e812deef64ecb7abd63926929145aa061a540657.zip |
configs: Fill out the matrix
* Add XFCE and tarball configs for everything.
* Add firmware spins for aarch64 and armv7.
* Fix firmware installfile to make working discs.
-rw-r--r-- | configs/horizon/aarch64-horizon-fw.installfile | 2 | ||||
-rw-r--r-- | configs/horizon/armv7-horizon-fw.installfile | 2 | ||||
-rw-r--r-- | configs/horizon/firmware.installfile | 2 | ||||
-rw-r--r-- | configs/live/aarch64-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/armv7-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/pmmx-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/ppc-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/ppc64-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/live/x86_64-xfce.installfile | 2 | ||||
-rw-r--r-- | configs/tarballs/armv7-full.installfile | 1 | ||||
-rw-r--r-- | configs/tarballs/armv7-mini.installfile | 6 | ||||
-rw-r--r-- | configs/tarballs/pmmx-full.installfile | 1 | ||||
-rw-r--r-- | configs/tarballs/pmmx-mini.installfile | 6 | ||||
-rw-r--r-- | configs/tarballs/ppc-full.installfile | 1 | ||||
-rw-r--r-- | configs/tarballs/ppc-mini.installfile | 6 | ||||
-rw-r--r-- | configs/tarballs/x86_64-full.installfile | 1 | ||||
-rw-r--r-- | configs/tarballs/x86_64-mini.installfile | 6 |
17 files changed, 46 insertions, 0 deletions
diff --git a/configs/horizon/aarch64-horizon-fw.installfile b/configs/horizon/aarch64-horizon-fw.installfile new file mode 100644 index 0000000..6d481e1 --- /dev/null +++ b/configs/horizon/aarch64-horizon-fw.installfile @@ -0,0 +1,2 @@ +inherit firmware.installfile +inherit aarch64-horizon.installfile diff --git a/configs/horizon/armv7-horizon-fw.installfile b/configs/horizon/armv7-horizon-fw.installfile new file mode 100644 index 0000000..853cfab --- /dev/null +++ b/configs/horizon/armv7-horizon-fw.installfile @@ -0,0 +1,2 @@ +inherit firmware.installfile +inherit armv7-horizon.installfile diff --git a/configs/horizon/firmware.installfile b/configs/horizon/firmware.installfile index 0b91d7b..82ccdae 100644 --- a/configs/horizon/firmware.installfile +++ b/configs/horizon/firmware.installfile @@ -1,4 +1,6 @@ firmware true +repository https://distfiles.apkfission.net/adelie/current/main +repository https://distfiles.apkfission.net/adelie/current/nonfree 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 diff --git a/configs/live/aarch64-xfce.installfile b/configs/live/aarch64-xfce.installfile new file mode 100644 index 0000000..5697d0b --- /dev/null +++ b/configs/live/aarch64-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/aarch64.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/armv7-xfce.installfile b/configs/live/armv7-xfce.installfile new file mode 100644 index 0000000..b9ce404 --- /dev/null +++ b/configs/live/armv7-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/armv7.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/pmmx-xfce.installfile b/configs/live/pmmx-xfce.installfile new file mode 100644 index 0000000..fdf5aa3 --- /dev/null +++ b/configs/live/pmmx-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/pmmx.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/ppc-xfce.installfile b/configs/live/ppc-xfce.installfile new file mode 100644 index 0000000..d9c7c17 --- /dev/null +++ b/configs/live/ppc-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/ppc.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/ppc64-xfce.installfile b/configs/live/ppc64-xfce.installfile new file mode 100644 index 0000000..7c2efd6 --- /dev/null +++ b/configs/live/ppc64-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/ppc64.installfile +inherit ../base/xfce.installfile diff --git a/configs/live/x86_64-xfce.installfile b/configs/live/x86_64-xfce.installfile new file mode 100644 index 0000000..7d7d856 --- /dev/null +++ b/configs/live/x86_64-xfce.installfile @@ -0,0 +1,2 @@ +inherit ../arch/x86_64.installfile +inherit ../base/xfce.installfile diff --git a/configs/tarballs/armv7-full.installfile b/configs/tarballs/armv7-full.installfile new file mode 100644 index 0000000..25217f8 --- /dev/null +++ b/configs/tarballs/armv7-full.installfile @@ -0,0 +1 @@ +inherit ../arch/armv7.installfile diff --git a/configs/tarballs/armv7-mini.installfile b/configs/tarballs/armv7-mini.installfile new file mode 100644 index 0000000..a88f7b4 --- /dev/null +++ b/configs/tarballs/armv7-mini.installfile @@ -0,0 +1,6 @@ +arch armv7 + +signingkey https://distfiles.adelielinux.org/adelie/keys/armv7/armv7-1@packages.adelielinux.org.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/armv7/armv7-2@packages.adelielinux.org.pub + +inherit mini.installfile diff --git a/configs/tarballs/pmmx-full.installfile b/configs/tarballs/pmmx-full.installfile new file mode 100644 index 0000000..ab86bed --- /dev/null +++ b/configs/tarballs/pmmx-full.installfile @@ -0,0 +1 @@ +inherit ../arch/pmmx.installfile diff --git a/configs/tarballs/pmmx-mini.installfile b/configs/tarballs/pmmx-mini.installfile new file mode 100644 index 0000000..196620e --- /dev/null +++ b/configs/tarballs/pmmx-mini.installfile @@ -0,0 +1,6 @@ +arch pmmx + +signingkey https://distfiles.adelielinux.org/adelie/keys/pmmx/pmmx-1@packages.adelielinux.org.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/pmmx/pmmx-2@packages.adelielinux.org.pub + +inherit mini.installfile diff --git a/configs/tarballs/ppc-full.installfile b/configs/tarballs/ppc-full.installfile new file mode 100644 index 0000000..63aa659 --- /dev/null +++ b/configs/tarballs/ppc-full.installfile @@ -0,0 +1 @@ +inherit ../arch/ppc.installfile diff --git a/configs/tarballs/ppc-mini.installfile b/configs/tarballs/ppc-mini.installfile new file mode 100644 index 0000000..82018f0 --- /dev/null +++ b/configs/tarballs/ppc-mini.installfile @@ -0,0 +1,6 @@ +arch ppc + +signingkey https://distfiles.adelielinux.org/adelie/keys/ppc/ppc-1@packages.adelielinux.org.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/ppc/ppc-2@packages.adelielinux.org.pub + +inherit mini.installfile diff --git a/configs/tarballs/x86_64-full.installfile b/configs/tarballs/x86_64-full.installfile new file mode 100644 index 0000000..e810a41 --- /dev/null +++ b/configs/tarballs/x86_64-full.installfile @@ -0,0 +1 @@ +inherit ../arch/x86_64.installfile diff --git a/configs/tarballs/x86_64-mini.installfile b/configs/tarballs/x86_64-mini.installfile new file mode 100644 index 0000000..5fa71d4 --- /dev/null +++ b/configs/tarballs/x86_64-mini.installfile @@ -0,0 +1,6 @@ +arch x86_64 + +signingkey https://distfiles.adelielinux.org/adelie/keys/x86_64/x86_64-1@packages.adelielinux.org.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/x86_64/x86_64-2@packages.adelielinux.org.pub + +inherit mini.installfile |