From e72e382211ac9cee7db28d3774b4111ffdceca5c Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 1 Jul 2022 10:42:58 -0600 Subject: [PATCH] Install kernel-modules in warewulf rocky-8 image Without the kernel-modules package installed I was not able to use apptainer, as squashfs was not available. --- containers/Docker/rocky-8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/Docker/rocky-8 b/containers/Docker/rocky-8 index 3e8b26ff..e26c82dd 100644 --- a/containers/Docker/rocky-8 +++ b/containers/Docker/rocky-8 @@ -11,6 +11,7 @@ RUN dnf update -y ;\ ipmitool \ iproute \ kernel-core \ + kernel-modules \ net-tools \ network-scripts \ nfs-utils \ @@ -43,4 +44,4 @@ RUN sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/s echo "export LANG LC_CTYPE" >> /etc/warewulf/container_exit.sh ;\ echo "dnf clean all" >> /etc/warewulf/container_exit.sh ;\ echo "/boot/" > /etc/warewulf/excludes ;\ - echo "/usr/share/GeoIP" >> /etc/warewulf/excludes \ No newline at end of file + echo "/usr/share/GeoIP" >> /etc/warewulf/excludes