diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-10 23:49:20 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-10 23:49:20 -0500 |
commit | 2de7a4ef16fe088c8104c57549391f97067649f8 (patch) | |
tree | 1eb77dd162c78da12a5cf813fbb261c18b67301f /configs/live | |
parent | 826460161145b46c2a473dd53d3ff81c07d0eb65 (diff) | |
download | image-2de7a4ef16fe088c8104c57549391f97067649f8.tar.gz image-2de7a4ef16fe088c8104c57549391f97067649f8.tar.bz2 image-2de7a4ef16fe088c8104c57549391f97067649f8.tar.xz image-2de7a4ef16fe088c8104c57549391f97067649f8.zip |
configs: Unify and de-duplicate configuration
This requires Horizon 0.9.8pre3 or later (adelie/horizon@615278f).
Diffstat (limited to 'configs/live')
-rw-r--r-- | configs/live/aarch64-kde.installfile | 11 | ||||
-rw-r--r-- | configs/live/aarch64-lxqt.installfile | 11 | ||||
-rw-r--r-- | configs/live/aarch64-mate.installfile | 11 | ||||
-rw-r--r-- | configs/live/armv7-kde.installfile | 11 | ||||
-rw-r--r-- | configs/live/armv7-lxqt.installfile | 11 | ||||
-rw-r--r-- | configs/live/armv7-mate.installfile | 11 | ||||
-rw-r--r-- | configs/live/pmmx-kde.installfile | 11 | ||||
-rw-r--r-- | configs/live/pmmx-lxqt.installfile | 11 | ||||
-rw-r--r-- | configs/live/pmmx-mate.installfile | 11 | ||||
-rw-r--r-- | configs/live/ppc-kde.installfile | 11 | ||||
-rw-r--r-- | configs/live/ppc-lxqt.installfile | 11 | ||||
-rw-r--r-- | configs/live/ppc-mate.installfile | 11 | ||||
-rw-r--r-- | configs/live/ppc64-kde.installfile | 11 | ||||
-rw-r--r-- | configs/live/ppc64-lxqt.installfile | 11 | ||||
-rw-r--r-- | configs/live/ppc64-mate.installfile | 11 | ||||
-rw-r--r-- | configs/live/x86_64-kde.installfile | 11 | ||||
-rw-r--r-- | configs/live/x86_64-lxqt.installfile | 11 | ||||
-rw-r--r-- | configs/live/x86_64-mate.installfile | 11 |
18 files changed, 18 insertions, 180 deletions
diff --git a/configs/live/aarch64-kde.installfile b/configs/live/aarch64-kde.installfile index d2a31c7..77d38b7 100644 --- a/configs/live/aarch64-kde.installfile +++ b/configs/live/aarch64-kde.installfile @@ -1,11 +1,2 @@ -# Install KDE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-kde - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/aarch64.installfile +inherit ../base/kde.installfile diff --git a/configs/live/aarch64-lxqt.installfile b/configs/live/aarch64-lxqt.installfile index c3ea818..6c43c6a 100644 --- a/configs/live/aarch64-lxqt.installfile +++ b/configs/live/aarch64-lxqt.installfile @@ -1,11 +1,2 @@ -# Install LXQt and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-lxqt - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/aarch64.installfile +inherit ../base/lxqt.installfile diff --git a/configs/live/aarch64-mate.installfile b/configs/live/aarch64-mate.installfile index 8d36f8e..68af017 100644 --- a/configs/live/aarch64-mate.installfile +++ b/configs/live/aarch64-mate.installfile @@ -1,11 +1,2 @@ -# Install MATE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-mate - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/aarch64.installfile +inherit ../base/mate.installfile diff --git a/configs/live/armv7-kde.installfile b/configs/live/armv7-kde.installfile index 5142ee1..db68077 100644 --- a/configs/live/armv7-kde.installfile +++ b/configs/live/armv7-kde.installfile @@ -1,11 +1,2 @@ -# Install KDE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-kde - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/armv7.installfile +inherit ../base/kde.installfile diff --git a/configs/live/armv7-lxqt.installfile b/configs/live/armv7-lxqt.installfile index 3c5f9e4..a78aca7 100644 --- a/configs/live/armv7-lxqt.installfile +++ b/configs/live/armv7-lxqt.installfile @@ -1,11 +1,2 @@ -# Install LXQt and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-lxqt - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/armv7.installfile +inherit ../base/lxqt.installfile diff --git a/configs/live/armv7-mate.installfile b/configs/live/armv7-mate.installfile index ece4aad..f93a63c 100644 --- a/configs/live/armv7-mate.installfile +++ b/configs/live/armv7-mate.installfile @@ -1,11 +1,2 @@ -# Install MATE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-mate - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/armv7.installfile +inherit ../base/mate.installfile diff --git a/configs/live/pmmx-kde.installfile b/configs/live/pmmx-kde.installfile index 630644e..31100e6 100644 --- a/configs/live/pmmx-kde.installfile +++ b/configs/live/pmmx-kde.installfile @@ -1,11 +1,2 @@ -# Install KDE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-kde - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/pmmx.installfile +inherit ../base/kde.installfile diff --git a/configs/live/pmmx-lxqt.installfile b/configs/live/pmmx-lxqt.installfile index df4801b..2f5ae8d 100644 --- a/configs/live/pmmx-lxqt.installfile +++ b/configs/live/pmmx-lxqt.installfile @@ -1,11 +1,2 @@ -# Install LXQt and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-lxqt - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/pmmx.installfile +inherit ../base/lxqt.installfile diff --git a/configs/live/pmmx-mate.installfile b/configs/live/pmmx-mate.installfile index fb3280d..088a51d 100644 --- a/configs/live/pmmx-mate.installfile +++ b/configs/live/pmmx-mate.installfile @@ -1,11 +1,2 @@ -# Install MATE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-mate - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/pmmx.installfile +inherit ../base/mate.installfile diff --git a/configs/live/ppc-kde.installfile b/configs/live/ppc-kde.installfile index e5eaae6..ab3b65d 100644 --- a/configs/live/ppc-kde.installfile +++ b/configs/live/ppc-kde.installfile @@ -1,11 +1,2 @@ -# Install KDE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-kde - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/ppc.installfile +inherit ../base/kde.installfile diff --git a/configs/live/ppc-lxqt.installfile b/configs/live/ppc-lxqt.installfile index 2add552..13cb385 100644 --- a/configs/live/ppc-lxqt.installfile +++ b/configs/live/ppc-lxqt.installfile @@ -1,11 +1,2 @@ -# Install LXQt and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-lxqt - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/ppc.installfile +inherit ../base/lxqt.installfile diff --git a/configs/live/ppc-mate.installfile b/configs/live/ppc-mate.installfile index 3e1702d..b3ba41f 100644 --- a/configs/live/ppc-mate.installfile +++ b/configs/live/ppc-mate.installfile @@ -1,11 +1,2 @@ -# Install MATE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-mate - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/ppc.installfile +inherit ../base/mate.installfile diff --git a/configs/live/ppc64-kde.installfile b/configs/live/ppc64-kde.installfile index 9b3a050..ec797c5 100644 --- a/configs/live/ppc64-kde.installfile +++ b/configs/live/ppc64-kde.installfile @@ -1,11 +1,2 @@ -# Install KDE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-kde - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/ppc64.installfile +inherit ../base/kde.installfile diff --git a/configs/live/ppc64-lxqt.installfile b/configs/live/ppc64-lxqt.installfile index 13ba266..e12944b 100644 --- a/configs/live/ppc64-lxqt.installfile +++ b/configs/live/ppc64-lxqt.installfile @@ -1,11 +1,2 @@ -# Install LXQt and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-lxqt - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/ppc64.installfile +inherit ../base/lxqt.installfile diff --git a/configs/live/ppc64-mate.installfile b/configs/live/ppc64-mate.installfile index 7b9ac5a..6e6f301 100644 --- a/configs/live/ppc64-mate.installfile +++ b/configs/live/ppc64-mate.installfile @@ -1,11 +1,2 @@ -# Install MATE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-mate - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - inherit ../arch/ppc64.installfile +inherit ../base/mate.installfile diff --git a/configs/live/x86_64-kde.installfile b/configs/live/x86_64-kde.installfile index ca8b095..ee01c9f 100644 --- a/configs/live/x86_64-kde.installfile +++ b/configs/live/x86_64-kde.installfile @@ -1,11 +1,2 @@ -# Install KDE and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-kde - -# 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 +inherit ../base/kde.installfile diff --git a/configs/live/x86_64-lxqt.installfile b/configs/live/x86_64-lxqt.installfile index 2d2ae57..0e64fa9 100644 --- a/configs/live/x86_64-lxqt.installfile +++ b/configs/live/x86_64-lxqt.installfile @@ -1,11 +1,2 @@ -# Install LXQt and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-lxqt - -# 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 +inherit ../base/lxqt.installfile diff --git a/configs/live/x86_64-mate.installfile b/configs/live/x86_64-mate.installfile index 709b85f..ae312b5 100644 --- a/configs/live/x86_64-mate.installfile +++ b/configs/live/x86_64-mate.installfile @@ -1,11 +1,2 @@ -# Install MATE and SDDM auto-login for it -pkginstall livecd-support-horizon livecd-support-mate - -# 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 +inherit ../base/mate.installfile |