Replace block zeroing with wipefs

This is very time consuming and intensive on the disks and really
doesn't do anything, so use wipefs.
This commit is contained in:
2023-09-01 15:41:59 -04:00
parent c7e8f0cd6a
commit cc68ce54b6
2 changed files with 6 additions and 46 deletions

View File

@@ -31,11 +31,6 @@ addpkglist="{{ addpkglist }}"
filesystem="{{ filesystem }}"
{% endif %}
{%- if skip_blockcheck is defined and skip_blockcheck %}
# Skip block zeroing; only recommended for testing, slow, low-endurance, or known-zeroed block devices.
skip_blockcheck="y"
{% endif %}
###
### Per-host definitions (required)
###