mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 07:23:09 +00:00
Add the fstrim to post and avoid 40GB Vagrant files
Fixes:https://pagure.io/cloud-sig/issue/340 Signed-off-by: David Duncan <davdunc@amazon.com>
This commit is contained in:
parent
6a37d23859
commit
bc7e8ce561
@ -135,5 +135,8 @@ 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 ############################################
|
||||
|
Loading…
Reference in New Issue
Block a user