aboutsummaryrefslogtreecommitdiff
path: root/templates/bootcblade.containerfile.j2
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-06-21 14:11:27 -0400
committerspmfox <spmfox@foxwd.com>2024-06-21 14:11:27 -0400
commitc56e33f2a77ae994acbac64ffe372a01d60ef481 (patch)
tree43df4b2238ab9e2c83591371e151179749ce74de /templates/bootcblade.containerfile.j2
parentaef017d8c9b7d93f8bba252674613cdc40d6ae56 (diff)
adding centos logos back for cockpit and enabling libvirt-guests by default
Diffstat (limited to 'templates/bootcblade.containerfile.j2')
-rw-r--r--templates/bootcblade.containerfile.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2
index 637c62d..3dfdb32 100644
--- a/templates/bootcblade.containerfile.j2
+++ b/templates/bootcblade.containerfile.j2
@@ -16,7 +16,8 @@ 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-navigator cockpit-selinux cockpit-ostree centos-logos && \
+ systemctl enable libvirt-guests && \
dnf clean all
# Cockpit ZFS Manager