Skip to content

Commit

Permalink
Update lvm-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuceltoluyag committed Aug 17, 2024
1 parent aeccb74 commit 9680950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9680950

Please sign in to comment.