From ec56783946dcd3c81ab55f33a8df8d30cd38355b Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 16 Jul 2021 09:56:38 -0400 Subject: [PATCH] Revert "Add the fstrim to post and avoid 40GB Vagrant files" It doesn't work in the image creation environment. This reverts commit bc7e8ce561c2b1ec5536bd7a3e77226dbeab538d. Signed-off-by: Neal Gompa --- fedora-cloud-base.ks | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index a647718..575a5bc 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -141,8 +141,5 @@ rm -f /etc/NetworkManager/system-connections/*.nmconnection # Clear machine-id on pre generated images truncate -s 0 /etc/machine-id -# add fstrim -av to the post section until BZ#1971186 is resolved -fstrim -av - %end ##### end kickstart post ############################################