#823 Remove 'zeroing out empty space' section
Merged 2 years ago by kevin. Opened 2 years ago by chrismurphy.
Unknown source issue-340  into  main

file modified
-6
@@ -121,12 +121,6 @@

  basearch=$(uname -i)

  rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch

  

- echo "Zeroing out empty space."

- # This forces the filesystem to reclaim space from deleted files

- dd bs=1M if=/dev/zero of=/var/tmp/zeros || :

- rm -f /var/tmp/zeros

- echo "(Don't worry -- that out-of-space error was expected.)"

- 

  # When we build the image a networking config file gets left behind.

  # Let's clean it up.

  echo "Cleanup leftover networking configuration"

This section is unnecessary due to commit bc7e8ce, but also inhibits that fix.
So just remove it.

Fixes: https://pagure.io/cloud-sig/issue/340#comment-743041
Signed-off-by: Chris Murphy chrismurphy@fedoraproject.org

Pull-Request has been merged by kevin

2 years ago
Metadata