From e017ce2785444cd9535bc4d1f82c39590129cd78 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 13 May 2023 03:42:00 +0200 Subject: [PATCH] force format boot --- bash/ovh-rescue.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/ovh-rescue.sh b/bash/ovh-rescue.sh index 771e940..e53ab66 100644 --- a/bash/ovh-rescue.sh +++ b/bash/ovh-rescue.sh @@ -117,7 +117,7 @@ function ovh-rescue-wipe-1-2TB { # format esp mkfs.vfat -F 32 -n 'esp' '/dev/sda3' # format boot - mkfs.ext4 -L 'boot' '/dev/sda2' + mkfs.ext4 -F -L 'boot' '/dev/sda2' # read passphrase local passphrase echo -n 'PassPhrase: '