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/ \