From 38f1c9177912cf0aeac7d2e955611db411be5211 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Tue, 12 May 2020 23:12:14 -0400 Subject: made ntfs fast --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 21a1acc..1868942 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ if [ ! -e installed ]; then parted -s $DRIVE -- mkpart ext4 512M -30G parted -s $DRIVE -- mkpart ntfs -30G -0 yes | mkfs.vfat ${PART}1 - yes | mkfs.ntfs ${PART}3 + yes | mkfs.ntfs -f ${PART}3 cryptsetup luksFormat ${PART}2 cryptsetup open ${PART}2 cryptlvm pvcreate /dev/mapper/cryptlvm -- cgit