From daae35bfef6fa8b530b1b2724adaf6ef34016b72 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 21 Nov 2023 21:32:55 -0500 Subject: [PATCH] we really don't need this, i think --- .../post-install.d/99-cleanup-locales-etc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/elements/rocky-minimal-yum/post-install.d/99-cleanup-locales-etc b/elements/rocky-minimal-yum/post-install.d/99-cleanup-locales-etc index df34ab5..689fd70 100755 --- a/elements/rocky-minimal-yum/post-install.d/99-cleanup-locales-etc +++ b/elements/rocky-minimal-yum/post-install.d/99-cleanup-locales-etc @@ -33,19 +33,6 @@ rm -fr /home/ansible/ # systemd fixes :> /etc/machine-id -# We're not bundling systemd, so this isn't actually here, nor does it matter if these are masked.. -# -# systemd-tmpfiles --create --boot -# -# # mask mounts and login bits -# systemctl mask \ -# console-getty.service \ -# dev-hugepages.mount \ -# getty.target \ -# sys-fs-fuse-connections.mount \ -# systemd-logind.service \ -# systemd-remount-fs.service - # Cleanup the image rm -fv /etc/udev/hwdb.bin rm -rfv /usr/lib/udev/hwdb.d/ \