From 86409d3f34817a00be70ee66394916f976d91072 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 13 Aug 2020 14:19:29 -0500 Subject: configs: Reorganise, add KDE/LXQt/MATE live spins --- configs/arch/pmmx.installfile | 2 ++ configs/arch/power.installfile | 7 +++++++ configs/arch/ppc.installfile | 2 ++ configs/arch/ppc64.installfile | 3 +++ configs/arch/x86.installfile | 7 +++++++ configs/arch/x86_64.installfile | 2 ++ configs/base.installfile | 28 -------------------------- configs/base/base.installfile | 29 +++++++++++++++++++++++++++ configs/base/kde.installfile | 11 ++++++++++ configs/base/lxqt.installfile | 11 ++++++++++ configs/base/mate.installfile | 11 ++++++++++ configs/horizon/pmmx-horizon-fw.installfile | 6 ++++++ configs/horizon/pmmx-horizon.installfile | 11 ++++++++++ configs/horizon/ppc-horizon-fw.installfile | 6 ++++++ configs/horizon/ppc-horizon.installfile | 11 ++++++++++ configs/horizon/ppc64-horizon-fw.installfile | 6 ++++++ configs/horizon/ppc64-horizon.installfile | 11 ++++++++++ configs/horizon/x86_64-horizon-fw.installfile | 6 ++++++ configs/horizon/x86_64-horizon.installfile | 11 ++++++++++ configs/live/pmmx-kde.installfile | 11 ++++++++++ configs/live/pmmx-lxqt.installfile | 11 ++++++++++ configs/live/pmmx-mate.installfile | 11 ++++++++++ configs/live/ppc-kde.installfile | 11 ++++++++++ configs/live/ppc-lxqt.installfile | 11 ++++++++++ configs/live/ppc-mate.installfile | 11 ++++++++++ configs/live/ppc64-kde.installfile | 11 ++++++++++ configs/live/ppc64-lxqt.installfile | 11 ++++++++++ configs/live/ppc64-mate.installfile | 11 ++++++++++ configs/live/x86_64-kde.installfile | 11 ++++++++++ configs/live/x86_64-lxqt.installfile | 11 ++++++++++ configs/live/x86_64-mate.installfile | 11 ++++++++++ configs/pmmx-live-fw.installfile | 6 ------ configs/pmmx-live.installfile | 11 ---------- configs/pmmx.installfile | 2 -- configs/power.installfile | 7 ------- configs/ppc-live-fw.installfile | 6 ------ configs/ppc-live.installfile | 11 ---------- configs/ppc.installfile | 2 -- configs/ppc64-live-fw.installfile | 6 ------ configs/ppc64-live.installfile | 11 ---------- configs/ppc64.installfile | 3 --- configs/x86.installfile | 7 ------- configs/x86_64-live-fw.installfile | 6 ------ configs/x86_64-live.installfile | 11 ---------- configs/x86_64.installfile | 2 -- 45 files changed, 285 insertions(+), 119 deletions(-) create mode 100644 configs/arch/pmmx.installfile create mode 100644 configs/arch/power.installfile create mode 100644 configs/arch/ppc.installfile create mode 100644 configs/arch/ppc64.installfile create mode 100644 configs/arch/x86.installfile create mode 100644 configs/arch/x86_64.installfile delete mode 100644 configs/base.installfile create mode 100644 configs/base/base.installfile create mode 100644 configs/base/kde.installfile create mode 100644 configs/base/lxqt.installfile create mode 100644 configs/base/mate.installfile create mode 100644 configs/horizon/pmmx-horizon-fw.installfile create mode 100644 configs/horizon/pmmx-horizon.installfile create mode 100644 configs/horizon/ppc-horizon-fw.installfile create mode 100644 configs/horizon/ppc-horizon.installfile create mode 100644 configs/horizon/ppc64-horizon-fw.installfile create mode 100644 configs/horizon/ppc64-horizon.installfile create mode 100644 configs/horizon/x86_64-horizon-fw.installfile create mode 100644 configs/horizon/x86_64-horizon.installfile create mode 100644 configs/live/pmmx-kde.installfile create mode 100644 configs/live/pmmx-lxqt.installfile create mode 100644 configs/live/pmmx-mate.installfile create mode 100644 configs/live/ppc-kde.installfile create mode 100644 configs/live/ppc-lxqt.installfile create mode 100644 configs/live/ppc-mate.installfile create mode 100644 configs/live/ppc64-kde.installfile create mode 100644 configs/live/ppc64-lxqt.installfile create mode 100644 configs/live/ppc64-mate.installfile create mode 100644 configs/live/x86_64-kde.installfile create mode 100644 configs/live/x86_64-lxqt.installfile create mode 100644 configs/live/x86_64-mate.installfile delete mode 100644 configs/pmmx-live-fw.installfile delete mode 100644 configs/pmmx-live.installfile delete mode 100644 configs/pmmx.installfile delete mode 100644 configs/power.installfile delete mode 100644 configs/ppc-live-fw.installfile delete mode 100644 configs/ppc-live.installfile delete mode 100644 configs/ppc.installfile delete mode 100644 configs/ppc64-live-fw.installfile delete mode 100644 configs/ppc64-live.installfile delete mode 100644 configs/ppc64.installfile delete mode 100644 configs/x86.installfile delete mode 100644 configs/x86_64-live-fw.installfile delete mode 100644 configs/x86_64-live.installfile delete mode 100644 configs/x86_64.installfile diff --git a/configs/arch/pmmx.installfile b/configs/arch/pmmx.installfile new file mode 100644 index 0000000..f3eedc5 --- /dev/null +++ b/configs/arch/pmmx.installfile @@ -0,0 +1,2 @@ +arch pmmx +inherit x86.installfile diff --git a/configs/arch/power.installfile b/configs/arch/power.installfile new file mode 100644 index 0000000..74944f5 --- /dev/null +++ b/configs/arch/power.installfile @@ -0,0 +1,7 @@ +# Things all PPC flavours need +pkginstall grub-ieee1275 mac-fdisk + +signingkey https://distfiles.adelielinux.org/adelie/keys/powerpc-1@packages.adelielinux.org.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/powerpc-2@packages.adelielinux.org.pub + +inherit ../base/base.installfile diff --git a/configs/arch/ppc.installfile b/configs/arch/ppc.installfile new file mode 100644 index 0000000..c2c63f1 --- /dev/null +++ b/configs/arch/ppc.installfile @@ -0,0 +1,2 @@ +arch ppc +inherit power.installfile diff --git a/configs/arch/ppc64.installfile b/configs/arch/ppc64.installfile new file mode 100644 index 0000000..c0ba925 --- /dev/null +++ b/configs/arch/ppc64.installfile @@ -0,0 +1,3 @@ +arch ppc64 +pkginstall opal-utils +inherit power.installfile diff --git a/configs/arch/x86.installfile b/configs/arch/x86.installfile new file mode 100644 index 0000000..1cdcebf --- /dev/null +++ b/configs/arch/x86.installfile @@ -0,0 +1,7 @@ +# Things all x86-likes need. +pkginstall dmidecode efibootmgr grub-bios grub-efi mactel-boot strace + +signingkey https://distfiles.adelielinux.org/adelie/keys/x86-1@packages.adelielinux.org.pub +signingkey https://distfiles.adelielinux.org/adelie/keys/x86-2@packages.adelielinux.org.pub + +inherit ../base/base.installfile diff --git a/configs/arch/x86_64.installfile b/configs/arch/x86_64.installfile new file mode 100644 index 0000000..d7d0a6f --- /dev/null +++ b/configs/arch/x86_64.installfile @@ -0,0 +1,2 @@ +arch x86_64 +inherit x86.installfile diff --git a/configs/base.installfile b/configs/base.installfile deleted file mode 100644 index 568811f..0000000 --- a/configs/base.installfile +++ /dev/null @@ -1,28 +0,0 @@ -version 1.0 -network false -hostname adelie-live -# "live" -rootpw $6$b3P7y2vLSRl3ujqi$mYk5jlsRta8RQ/Qvunadj5ZO8BYO7cLkJsrMKve/r5Ka/1Gqrh1v93cjEttRR3wdmKwyvZZnkLbaw4T1dIEL40 -nameserver 2620:fe::fe -nameserver 9.9.9.9 -nameserver 149.112.112.112 - -# Base packages -pkginstall adelie-base-posix dash-binsh ssmtp s6-linux-init s6-linux-init-early-getty openrc eudev -# Disk setup -pkginstall parted cryptsetup diskdev_cmds dosfstools e2fsprogs jfsutils lvm2 mdadm xfsprogs-base -# Kernel / boot -pkginstall easy-kernel easy-kernel-modules dracut -# Networking -pkginstall ca-certificates curl dhcpcd iproute2 iputils mtr net-tools netifrc netifrc-doc s6-dns traceroute -# Wi-Fi -pkginstall iw wireless-tools wpa_supplicant -# Hardware information / probing -pkginstall hdparm pciutils pcmciautils smartmontools usbutils -# User convenience tools -pkginstall bzip2 gnupg kbd-keymaps less links lzop nano openssh tmux - -# Live User -username live -useralias live Live User -usergroups live users,audio,video,cdrom,games,floppy,cdrw,ping diff --git a/configs/base/base.installfile b/configs/base/base.installfile new file mode 100644 index 0000000..7ede420 --- /dev/null +++ b/configs/base/base.installfile @@ -0,0 +1,29 @@ +version 1.0 +network false +hostname adelie-live +# "live" +rootpw $6$b3P7y2vLSRl3ujqi$mYk5jlsRta8RQ/Qvunadj5ZO8BYO7cLkJsrMKve/r5Ka/1Gqrh1v93cjEttRR3wdmKwyvZZnkLbaw4T1dIEL40 +nameserver 2620:fe::fe +nameserver 9.9.9.9 +nameserver 149.112.112.112 + +# Base packages +pkginstall adelie-base-posix dash-binsh ssmtp s6-linux-init s6-linux-init-early-getty openrc eudev +# Disk setup +pkginstall parted cryptsetup diskdev_cmds dosfstools e2fsprogs jfsutils lvm2 mdadm xfsprogs-base +# Kernel / boot (we take care of boot cfg ourselves, so no-boot vs easy-boot) +pkginstall easy-kernel easy-kernel-modules dracut no-boot +# Networking +pkginstall ca-certificates curl dhcpcd iproute2 iputils mtr net-tools netifrc netifrc-doc s6-dns traceroute +# Wi-Fi +pkginstall iw wireless-tools wpa_supplicant +# Hardware information / probing +pkginstall hdparm pciutils pcmciautils smartmontools usbutils +# User convenience tools +pkginstall bzip2 gnupg kbd-keymaps less links lzop nano openssh tmux + +# Live User +username live +useralias live Live User +usergroups live users,audio,video,cdrom,games,floppy,cdrw,ping +pkginstall livecd-support diff --git a/configs/base/kde.installfile b/configs/base/kde.installfile new file mode 100644 index 0000000..e6b3758 --- /dev/null +++ b/configs/base/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 base.installfile diff --git a/configs/base/lxqt.installfile b/configs/base/lxqt.installfile new file mode 100644 index 0000000..b433353 --- /dev/null +++ b/configs/base/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 base.installfile diff --git a/configs/base/mate.installfile b/configs/base/mate.installfile new file mode 100644 index 0000000..b15f797 --- /dev/null +++ b/configs/base/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 base.installfile diff --git a/configs/horizon/pmmx-horizon-fw.installfile b/configs/horizon/pmmx-horizon-fw.installfile new file mode 100644 index 0000000..580c61e --- /dev/null +++ b/configs/horizon/pmmx-horizon-fw.installfile @@ -0,0 +1,6 @@ +firmware true + +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 + +inherit pmmx-horizon.installfile diff --git a/configs/horizon/pmmx-horizon.installfile b/configs/horizon/pmmx-horizon.installfile new file mode 100644 index 0000000..956843b --- /dev/null +++ b/configs/horizon/pmmx-horizon.installfile @@ -0,0 +1,11 @@ +# System Installation +pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable sddm +svcenable wpa_supplicant + +inherit ../arch/pmmx.installfile diff --git a/configs/horizon/ppc-horizon-fw.installfile b/configs/horizon/ppc-horizon-fw.installfile new file mode 100644 index 0000000..e462b44 --- /dev/null +++ b/configs/horizon/ppc-horizon-fw.installfile @@ -0,0 +1,6 @@ +firmware true + +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 + +inherit ppc-horizon.installfile diff --git a/configs/horizon/ppc-horizon.installfile b/configs/horizon/ppc-horizon.installfile new file mode 100644 index 0000000..a0f2ec2 --- /dev/null +++ b/configs/horizon/ppc-horizon.installfile @@ -0,0 +1,11 @@ +# System Installation +pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot + +# 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/horizon/ppc64-horizon-fw.installfile b/configs/horizon/ppc64-horizon-fw.installfile new file mode 100644 index 0000000..d4dea36 --- /dev/null +++ b/configs/horizon/ppc64-horizon-fw.installfile @@ -0,0 +1,6 @@ +firmware true + +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 + +inherit ppc64-horizon.installfile diff --git a/configs/horizon/ppc64-horizon.installfile b/configs/horizon/ppc64-horizon.installfile new file mode 100644 index 0000000..e9cd27f --- /dev/null +++ b/configs/horizon/ppc64-horizon.installfile @@ -0,0 +1,11 @@ +# System Installation +pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable sddm +svcenable wpa_supplicant + +inherit ../arch/ppc64.installfile diff --git a/configs/horizon/x86_64-horizon-fw.installfile b/configs/horizon/x86_64-horizon-fw.installfile new file mode 100644 index 0000000..1b1795a --- /dev/null +++ b/configs/horizon/x86_64-horizon-fw.installfile @@ -0,0 +1,6 @@ +firmware true + +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 + +inherit x86_64-horizon.installfile diff --git a/configs/horizon/x86_64-horizon.installfile b/configs/horizon/x86_64-horizon.installfile new file mode 100644 index 0000000..523cc8f --- /dev/null +++ b/configs/horizon/x86_64-horizon.installfile @@ -0,0 +1,11 @@ +# System Installation +pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot + +# 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 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 diff --git a/configs/pmmx-live-fw.installfile b/configs/pmmx-live-fw.installfile deleted file mode 100644 index 0f9dd5e..0000000 --- a/configs/pmmx-live-fw.installfile +++ /dev/null @@ -1,6 +0,0 @@ -firmware true - -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 - -inherit pmmx-live.installfile diff --git a/configs/pmmx-live.installfile b/configs/pmmx-live.installfile deleted file mode 100644 index 47f8a3c..0000000 --- a/configs/pmmx-live.installfile +++ /dev/null @@ -1,11 +0,0 @@ -# System Installation -pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - -inherit pmmx.installfile diff --git a/configs/pmmx.installfile b/configs/pmmx.installfile deleted file mode 100644 index f3eedc5..0000000 --- a/configs/pmmx.installfile +++ /dev/null @@ -1,2 +0,0 @@ -arch pmmx -inherit x86.installfile diff --git a/configs/power.installfile b/configs/power.installfile deleted file mode 100644 index 1547db1..0000000 --- a/configs/power.installfile +++ /dev/null @@ -1,7 +0,0 @@ -# Things all PPC flavours need -pkginstall grub-ieee1275 mac-fdisk - -signingkey https://distfiles.adelielinux.org/adelie/keys/powerpc-1@packages.adelielinux.org.pub -signingkey https://distfiles.adelielinux.org/adelie/keys/powerpc-2@packages.adelielinux.org.pub - -inherit base.installfile diff --git a/configs/ppc-live-fw.installfile b/configs/ppc-live-fw.installfile deleted file mode 100644 index 9479b89..0000000 --- a/configs/ppc-live-fw.installfile +++ /dev/null @@ -1,6 +0,0 @@ -firmware true - -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 - -inherit ppc-live.installfile diff --git a/configs/ppc-live.installfile b/configs/ppc-live.installfile deleted file mode 100644 index e2f59ae..0000000 --- a/configs/ppc-live.installfile +++ /dev/null @@ -1,11 +0,0 @@ -# System Installation -pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - -inherit ppc.installfile diff --git a/configs/ppc.installfile b/configs/ppc.installfile deleted file mode 100644 index c2c63f1..0000000 --- a/configs/ppc.installfile +++ /dev/null @@ -1,2 +0,0 @@ -arch ppc -inherit power.installfile diff --git a/configs/ppc64-live-fw.installfile b/configs/ppc64-live-fw.installfile deleted file mode 100644 index a5407fa..0000000 --- a/configs/ppc64-live-fw.installfile +++ /dev/null @@ -1,6 +0,0 @@ -firmware true - -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 - -inherit ppc64-live.installfile diff --git a/configs/ppc64-live.installfile b/configs/ppc64-live.installfile deleted file mode 100644 index 5e521f3..0000000 --- a/configs/ppc64-live.installfile +++ /dev/null @@ -1,11 +0,0 @@ -# System Installation -pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - -inherit ppc64.installfile diff --git a/configs/ppc64.installfile b/configs/ppc64.installfile deleted file mode 100644 index c0ba925..0000000 --- a/configs/ppc64.installfile +++ /dev/null @@ -1,3 +0,0 @@ -arch ppc64 -pkginstall opal-utils -inherit power.installfile diff --git a/configs/x86.installfile b/configs/x86.installfile deleted file mode 100644 index 8d6e9c3..0000000 --- a/configs/x86.installfile +++ /dev/null @@ -1,7 +0,0 @@ -# Things all x86-likes need. -pkginstall dmidecode efibootmgr grub-bios grub-efi mactel-boot strace - -signingkey https://distfiles.adelielinux.org/adelie/keys/x86-1@packages.adelielinux.org.pub -signingkey https://distfiles.adelielinux.org/adelie/keys/x86-2@packages.adelielinux.org.pub - -inherit base.installfile diff --git a/configs/x86_64-live-fw.installfile b/configs/x86_64-live-fw.installfile deleted file mode 100644 index 9a167e2..0000000 --- a/configs/x86_64-live-fw.installfile +++ /dev/null @@ -1,6 +0,0 @@ -firmware true - -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 - -inherit x86_64-live.installfile diff --git a/configs/x86_64-live.installfile b/configs/x86_64-live.installfile deleted file mode 100644 index a3090f1..0000000 --- a/configs/x86_64-live.installfile +++ /dev/null @@ -1,11 +0,0 @@ -# System Installation -pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot - -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable sddm -svcenable wpa_supplicant - -inherit x86_64.installfile diff --git a/configs/x86_64.installfile b/configs/x86_64.installfile deleted file mode 100644 index d7d0a6f..0000000 --- a/configs/x86_64.installfile +++ /dev/null @@ -1,2 +0,0 @@ -arch x86_64 -inherit x86.installfile -- cgit v1.2.3-70-g09d2