diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-08-13 14:19:29 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-08-13 14:19:29 -0500 |
commit | 86409d3f34817a00be70ee66394916f976d91072 (patch) | |
tree | 6230d916547eb8542f820938cda74ac120c37bec /configs/live | |
parent | b8e026e066a6e3bc103f0dcc435f2a5d128522ac (diff) | |
download | image-86409d3f34817a00be70ee66394916f976d91072.tar.gz image-86409d3f34817a00be70ee66394916f976d91072.tar.bz2 image-86409d3f34817a00be70ee66394916f976d91072.tar.xz image-86409d3f34817a00be70ee66394916f976d91072.zip |
configs: Reorganise, add KDE/LXQt/MATE live spins
Diffstat (limited to 'configs/live')
-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 |
12 files changed, 132 insertions, 0 deletions
diff --git a/configs/live/pmmx-kde.installfile b/configs/live/pmmx-kde.installfile new file mode 100644 index 0000000..9d3f126 --- /dev/null +++ b/configs/live/pmmx-kde.installfile @@ -0,0 +1,11 @@ +# Install KDE and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/pmmx-lxqt.installfile b/configs/live/pmmx-lxqt.installfile new file mode 100644 index 0000000..51b5a22 --- /dev/null +++ b/configs/live/pmmx-lxqt.installfile @@ -0,0 +1,11 @@ +# Install LXQt and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/pmmx-mate.installfile b/configs/live/pmmx-mate.installfile new file mode 100644 index 0000000..fe1cdc9 --- /dev/null +++ b/configs/live/pmmx-mate.installfile @@ -0,0 +1,11 @@ +# Install MATE and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/ppc-kde.installfile b/configs/live/ppc-kde.installfile new file mode 100644 index 0000000..9d3f126 --- /dev/null +++ b/configs/live/ppc-kde.installfile @@ -0,0 +1,11 @@ +# Install KDE and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/ppc-lxqt.installfile b/configs/live/ppc-lxqt.installfile new file mode 100644 index 0000000..51b5a22 --- /dev/null +++ b/configs/live/ppc-lxqt.installfile @@ -0,0 +1,11 @@ +# Install LXQt and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/ppc-mate.installfile b/configs/live/ppc-mate.installfile new file mode 100644 index 0000000..fe1cdc9 --- /dev/null +++ b/configs/live/ppc-mate.installfile @@ -0,0 +1,11 @@ +# Install MATE and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/ppc64-kde.installfile b/configs/live/ppc64-kde.installfile new file mode 100644 index 0000000..9d3f126 --- /dev/null +++ b/configs/live/ppc64-kde.installfile @@ -0,0 +1,11 @@ +# Install KDE and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/ppc64-lxqt.installfile b/configs/live/ppc64-lxqt.installfile new file mode 100644 index 0000000..51b5a22 --- /dev/null +++ b/configs/live/ppc64-lxqt.installfile @@ -0,0 +1,11 @@ +# Install LXQt and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/ppc64-mate.installfile b/configs/live/ppc64-mate.installfile new file mode 100644 index 0000000..fe1cdc9 --- /dev/null +++ b/configs/live/ppc64-mate.installfile @@ -0,0 +1,11 @@ +# Install MATE and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/x86_64-kde.installfile b/configs/live/x86_64-kde.installfile new file mode 100644 index 0000000..9d3f126 --- /dev/null +++ b/configs/live/x86_64-kde.installfile @@ -0,0 +1,11 @@ +# Install KDE and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/x86_64-lxqt.installfile b/configs/live/x86_64-lxqt.installfile new file mode 100644 index 0000000..51b5a22 --- /dev/null +++ b/configs/live/x86_64-lxqt.installfile @@ -0,0 +1,11 @@ +# Install LXQt and SDDM auto-login for it. +pkginstall 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 diff --git a/configs/live/x86_64-mate.installfile b/configs/live/x86_64-mate.installfile new file mode 100644 index 0000000..75c550e --- /dev/null +++ b/configs/live/x86_64-mate.installfile @@ -0,0 +1,11 @@ +# Install MATE and SDDM auto-login for it +pkginstall 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 |