From 3add1c1124b75cb0fb5896fbb4444f1f6ae120d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 7 Nov 2019 19:43:55 +0100 Subject: [PATCH] Add 'base' variant with no default desktop environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a small desktop oriented installation for minimal desktop environments such as Sway, etc. that can easily be overlayed on top. Signed-off-by: Timothée Ravier --- fedora-base.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fedora-base.yaml diff --git a/fedora-base.yaml b/fedora-base.yaml new file mode 100644 index 0000000..ed3c178 --- /dev/null +++ b/fedora-base.yaml @@ -0,0 +1,15 @@ +include: fedora-common-ostree.yaml +ref: fedora/rawhide/${basearch}/base +rojig: + name: fedora-base + summary: "Fedora base image for alternative DE" + license: MIT +packages: + # XWayland support + - xorg-x11-server-Xwayland + # Portals for Flatpak + - xdg-desktop-portal + - xdg-desktop-portal-gtk + +repos: + - fedora-rawhide