Skip to content

Commit 1bf2e3b

Browse files
committed
prepare_capsule_update_tests_drive: Add -I to mkfs
Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
1 parent 14243de commit 1bf2e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/capsules/prepare_capsule_update_tests_drive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
# try to unmount, fails if not mounted
4040
udisksctl unmount -b $DRIVE || true
4141
# format to fat32
42-
mkfs.vfat $DRIVE # requires root privilege
42+
mkfs.vfat -I $DRIVE # requires root privilege
4343
fatlabel $DRIVE $DRIVE_LABEL
4444
sleep 1
4545
# mount drive

0 commit comments

Comments
 (0)