From b2cd8f1725bc73dc4c52906ba64231dc0550434a Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 11 Jun 2020 22:04:21 +0200 Subject: [PATCH] Deleted unnecessary line --- scripts/image/setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index d3446ba..659da1f 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -233,9 +233,6 @@ if [ "$transfer_image" = "y" ] echo "" #Default end sector echo "w" #Write the partition table and exit by typing w. )| fdisk "$device_path" || error - - info "Format encrypted partition..." && - mkfs.ext4 "$encrypted_partition_path" || error else info "Creating partitions..." && ( echo "o" #Type o. This will clear out any partitions on the drive.