From 3ef0dc307719ef07806b7ce7acbd42d26f781fb7 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 2 Apr 2019 19:17:42 +0200 Subject: [PATCH] Force to format into ext4 --- debian/chroot.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/chroot.install b/debian/chroot.install index 471d65d..d90f71f 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -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