mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-30 13:46:43 -04:00
Run wipefs when doing a clean install
This commit is contained in:
@@ -74,6 +74,7 @@ if [ "$boot" == 1 ]; then
|
|||||||
# gpt/uefi partitioning
|
# gpt/uefi partitioning
|
||||||
if [ "$wipe" == y ]; then
|
if [ "$wipe" == y ]; then
|
||||||
partitions=0
|
partitions=0
|
||||||
|
wipefs --all --force "$disk0"
|
||||||
echo "g
|
echo "g
|
||||||
n
|
n
|
||||||
1
|
1
|
||||||
|
|||||||
Reference in New Issue
Block a user