From 88c8f131928e151292a6550ec012142e8ee8aa82 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Mon, 13 May 2024 19:23:33 -0700 Subject: [PATCH] pull in xfce product environment for xfce image --- katsu/modules/live/live.yaml | 3 ++- katsu/modules/xfce/xfce.yaml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/katsu/modules/live/live.yaml b/katsu/modules/live/live.yaml index 00ae807f..4a54b0ef 100644 --- a/katsu/modules/live/live.yaml +++ b/katsu/modules/live/live.yaml @@ -25,9 +25,10 @@ dnf: - dracut-live - dracut-config-generic - dracut-network - - anaconda-dracut - dracut-squash + - anaconda-dracut - anaconda-live + - anaconda-install-env-deps - "@anaconda-tools" - libblockdev-nvdimm - isomd5sum diff --git a/katsu/modules/xfce/xfce.yaml b/katsu/modules/xfce/xfce.yaml index 3a3f15a9..8c61cce2 100644 --- a/katsu/modules/xfce/xfce.yaml +++ b/katsu/modules/xfce/xfce.yaml @@ -5,5 +5,4 @@ dnf: #exclude: #- packages: - #beta - still need to set up our own comps - - "@xfce-desktop" + - "@ultramarine-xfce-product-environment"