From 6fbcc6604b1dca176d7ffc486f548dfa6f81d8f1 Mon Sep 17 00:00:00 2001 From: spmfox Date: Fri, 2 Aug 2024 21:50:42 -0400 Subject: moving from cockpit-navigator to cockpit-files --- templates/bootcblade.containerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index a366bd1..f416421 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -16,7 +16,7 @@ RUN dnf -y install epel-release git && \ # KVM & Cockpit RUN echo "qemu:x:107:107:qemu user:/:/sbin/nologin" >> /etc/passwd && \ dnf -y install qemu-kvm libvirt virt-install virt-viewer && \ - dnf -y install cockpit-bridge cockpit-machines cockpit-pcp cockpit-podman cockpit-storaged cockpit-system cockpit-navigator cockpit-selinux cockpit-ostree && \ + dnf -y install cockpit-bridge cockpit-machines cockpit-pcp cockpit-podman cockpit-storaged cockpit-system cockpit-files cockpit-selinux cockpit-ostree && \ systemctl enable libvirt-guests && \ dnf clean all -- cgit