Blob Blame History Raw
From 1b5bef87436d6e1c9e5fc5a63d763286f20f9116 Mon Sep 17 00:00:00 2001
From: Gabriel Becker <ggasparb@redhat.com>
Date: Wed, 21 Apr 2021 18:33:45 +0200
Subject: [PATCH] Add anaconda remediation for xwindows_remove_packages.

---
 .../xwindows_remove_packages/anaconda/shared.anaconda          | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 linux_os/guide/services/xwindows/disabling_xwindows/xwindows_remove_packages/anaconda/shared.anaconda

diff --git a/linux_os/guide/services/xwindows/disabling_xwindows/xwindows_remove_packages/anaconda/shared.anaconda b/linux_os/guide/services/xwindows/disabling_xwindows/xwindows_remove_packages/anaconda/shared.anaconda
new file mode 100644
index 00000000000..d7b3f116804
--- /dev/null
+++ b/linux_os/guide/services/xwindows/disabling_xwindows/xwindows_remove_packages/anaconda/shared.anaconda
@@ -0,0 +1,3 @@
+# platform = multi_platform_all
+
+package --remove=xorg-x11-server-Xorg --remove=xorg-x11-server-common --remove=xorg-x11-server-utils {{{ "--remove=xorg-x11-server-Xwayland" if product not in ["rhel7", "ol7"] }}}