force format boot
This commit is contained in:
parent
c301758e1c
commit
e017ce2785
1 changed files with 1 additions and 1 deletions
|
@ -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: '
|
||||
|
|
Loading…
Reference in a new issue