Run wipefs when doing a clean install

This commit is contained in:
2022-12-03 23:35:51 -05:00
parent f27facdb20
commit 73cdfb3ab7
+1
View File
@@ -74,6 +74,7 @@ if [ "$boot" == 1 ]; then
# gpt/uefi partitioning
if [ "$wipe" == y ]; then
partitions=0
wipefs --all --force "$disk0"
echo "g
n
1