Revert "Add the fstrim to post and avoid 40GB Vagrant files"

It doesn't work in the image creation environment.

This reverts commit bc7e8ce561.

Signed-off-by: Neal Gompa <ngompa@fedoraproject.org>
This commit is contained in:
Neal Gompa 2021-07-16 09:56:38 -04:00
parent dc9b56098f
commit ec56783946
1 changed files with 0 additions and 3 deletions

View File

@ -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 ############################################