From 8e30a27b46e4299df81b85a883112516d933cec5 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Tue, 10 Mar 2026 20:24:14 +0100 Subject: [PATCH] Update enable_anaconda.sh --- iso/enable_anaconda.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iso/enable_anaconda.sh b/iso/enable_anaconda.sh index fdbcd01..ac37271 100755 --- a/iso/enable_anaconda.sh +++ b/iso/enable_anaconda.sh @@ -29,7 +29,10 @@ glib-compile-schemas /usr/share/glib-2.0/schemas # Install Anaconda (GNOME backend is implicit) # ------------------------------------------------------------------- dnf install -y \ - anaconda-live \ + dnf install -y \ + anaconda-webui \ + cockpit-ws \ + cockpit-bridge \ libblockdev-btrfs \ libblockdev-lvm \ libblockdev-dm \