From e812deef64ecb7abd63926929145aa061a540657 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 24 Oct 2023 02:06:51 -0500 Subject: 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. --- configs/live/aarch64-xfce.installfile | 2 ++ configs/live/armv7-xfce.installfile | 2 ++ configs/live/pmmx-xfce.installfile | 2 ++ configs/live/ppc-xfce.installfile | 2 ++ configs/live/ppc64-xfce.installfile | 2 ++ configs/live/x86_64-xfce.installfile | 2 ++ 6 files changed, 12 insertions(+) create mode 100644 configs/live/aarch64-xfce.installfile create mode 100644 configs/live/armv7-xfce.installfile create mode 100644 configs/live/pmmx-xfce.installfile create mode 100644 configs/live/ppc-xfce.installfile create mode 100644 configs/live/ppc64-xfce.installfile create mode 100644 configs/live/x86_64-xfce.installfile (limited to 'configs/live') 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 -- cgit v1.2.3-70-g09d2