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:
2021-12-19 21:47:20 -05:00
parent 846ded0e57
commit 87a0251fe0
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)
###