From 16fe52e6139c6ab97ecf6ca19f4b3b5dcf72f1f5 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Mon, 28 Aug 2023 23:12:55 +0000 Subject: configs/live: add { aarch64, armv7 } support. fixes #395, #396. --- configs/live/aarch64-kde.installfile | 11 +++++++++++ configs/live/aarch64-lxqt.installfile | 11 +++++++++++ configs/live/aarch64-mate.installfile | 11 +++++++++++ configs/live/armv7-kde.installfile | 11 +++++++++++ configs/live/armv7-lxqt.installfile | 11 +++++++++++ configs/live/armv7-mate.installfile | 11 +++++++++++ 6 files changed, 66 insertions(+) create mode 100644 configs/live/aarch64-kde.installfile create mode 100644 configs/live/aarch64-lxqt.installfile create mode 100644 configs/live/aarch64-mate.installfile create mode 100644 configs/live/armv7-kde.installfile create mode 100644 configs/live/armv7-lxqt.installfile create mode 100644 configs/live/armv7-mate.installfile (limited to 'configs') diff --git a/configs/live/aarch64-kde.installfile b/configs/live/aarch64-kde.installfile new file mode 100644 index 0000000..d2a31c7 --- /dev/null +++ b/configs/live/aarch64-kde.installfile @@ -0,0 +1,11 @@ +# 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 diff --git a/configs/live/aarch64-lxqt.installfile b/configs/live/aarch64-lxqt.installfile new file mode 100644 index 0000000..c3ea818 --- /dev/null +++ b/configs/live/aarch64-lxqt.installfile @@ -0,0 +1,11 @@ +# 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 diff --git a/configs/live/aarch64-mate.installfile b/configs/live/aarch64-mate.installfile new file mode 100644 index 0000000..8d36f8e --- /dev/null +++ b/configs/live/aarch64-mate.installfile @@ -0,0 +1,11 @@ +# 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 diff --git a/configs/live/armv7-kde.installfile b/configs/live/armv7-kde.installfile new file mode 100644 index 0000000..5142ee1 --- /dev/null +++ b/configs/live/armv7-kde.installfile @@ -0,0 +1,11 @@ +# 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 diff --git a/configs/live/armv7-lxqt.installfile b/configs/live/armv7-lxqt.installfile new file mode 100644 index 0000000..3c5f9e4 --- /dev/null +++ b/configs/live/armv7-lxqt.installfile @@ -0,0 +1,11 @@ +# 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 diff --git a/configs/live/armv7-mate.installfile b/configs/live/armv7-mate.installfile new file mode 100644 index 0000000..ece4aad --- /dev/null +++ b/configs/live/armv7-mate.installfile @@ -0,0 +1,11 @@ +# 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 -- cgit v1.2.3-70-g09d2