Force to format into ext4

This commit is contained in:
Jeremy Gardais 2019-04-02 19:17:42 +02:00
parent 1f28586bbd
commit 3ef0dc3077
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ fi
### Format the LV in ext4
for lvname in /dev/mapper/"${vgname}"-*; do
mkfs.ext4 "${lvname}"
mkfs.ext4 -F "${lvname}"
done
### And format the swap