diff options
-rw-r--r-- | configs/ppc64-live.installfile | 8 | ||||
-rw-r--r-- | configs/x86_64-live.installfile | 8 | ||||
-rw-r--r-- | configs/x86_64.installfile | 1 |
3 files changed, 17 insertions, 0 deletions
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 |