Skip to content

Commit

Permalink
Update lvm-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yuceltoluyag authored Aug 17, 2024
1 parent 9680950 commit 2753857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lvm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ fi
# Bölümleri tarama
partprobe "$DISK"

# Bölümü temizleme ve şifrelemeye hazırlama
wipefs -a "${DISK}2"

# Bölümleri formatlama
if [ "$BOOT_MODE" == "UEFI" ]; then
mkfs.fat -F32 -n ESP "${DISK}1"
Expand Down

0 comments on commit 2753857

Please sign in to comment.