From 9c3daa3d9148cd18fb22fc06d1c154f03169353f Mon Sep 17 00:00:00 2001 From: cimryan Date: Sun, 14 Oct 2018 20:02:42 -0700 Subject: [PATCH] Remove unnecessary recreation of filesystem on the backing files partition. --- windows_archive/create-backingfiles-partition.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows_archive/create-backingfiles-partition.sh b/windows_archive/create-backingfiles-partition.sh index df41f4f..ebdb198 100644 --- a/windows_archive/create-backingfiles-partition.sh +++ b/windows_archive/create-backingfiles-partition.sh @@ -10,6 +10,4 @@ FIRST_BACKINGFILES_PARTITION_SECTOR=$(( $LAST_ROOT_PARTITION_SECTOR + 1 )) parted -m /dev/mmcblk0 u s mkpart primary ext4 "$FIRST_BACKINGFILES_PARTITION_SECTOR" 100% -mkfs.ext4 /dev/mmcblk0p3 - echo "/dev/mmcblk0p3 $BACKINGFILES_MOUNTPOINT ext4 auto,rw,noatime 0 2" >> /etc/fstab \ No newline at end of file