From 9680950a6b7a748f31d835c49b612df10b3f1217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?y=C3=BCcel?= Date: Sat, 17 Aug 2024 13:59:05 +0300 Subject: [PATCH] Update lvm-test.sh --- lvm-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvm-test.sh b/lvm-test.sh index fd702c2..7dcbd09 100644 --- a/lvm-test.sh +++ b/lvm-test.sh @@ -117,7 +117,7 @@ if [ "$BOOT_MODE" == "UEFI" ]; then cryptsetup -s 512 -h sha512 -i 5000 luksFormat "${DISK}2" cryptsetup luksOpen "${DISK}2" cryptlvm else - mkfs.ext4 "${DISK}2" # Root bölümünü formatla + mkfs.ext4 -F "${DISK}2" # Root bölümünü force bayrağıyla formatla cryptsetup -s 512 -h sha512 -i 5000 luksFormat "${DISK}2" cryptsetup luksOpen "${DISK}2" cryptlvm fi