From 9c67f49a2cb1aeffa1ff9d57ff10f0ce5ffa8ada Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 18 Jun 2020 22:14:10 -0500 Subject: configs: Add live variants --- configs/ppc64-live.installfile | 8 ++++++++ configs/x86_64-live.installfile | 8 ++++++++ configs/x86_64.installfile | 1 + 3 files changed, 17 insertions(+) create mode 100644 configs/ppc64-live.installfile create mode 100644 configs/x86_64-live.installfile diff --git a/configs/ppc64-live.installfile b/configs/ppc64-live.installfile new file mode 100644 index 0000000..6ad0437 --- /dev/null +++ b/configs/ppc64-live.installfile @@ -0,0 +1,8 @@ +# System Installation +pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation + +# Start X on boot, if possible. +svcenable consolekit +svcenable sddm + +inherit ppc64.installfile diff --git a/configs/x86_64-live.installfile b/configs/x86_64-live.installfile new file mode 100644 index 0000000..a9ba9fc --- /dev/null +++ b/configs/x86_64-live.installfile @@ -0,0 +1,8 @@ +# System Installation +pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation + +# Start X on boot, if possible. +svcenable consolekit +svcenable sddm + +inherit x86_64.installfile diff --git a/configs/x86_64.installfile b/configs/x86_64.installfile index 3df60aa..d7d0a6f 100644 --- a/configs/x86_64.installfile +++ b/configs/x86_64.installfile @@ -1 +1,2 @@ +arch x86_64 inherit x86.installfile -- cgit v1.2.3-70-g09d2