From 78e1830ec285b24895e4efd8b9626af2b12f6746 Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 8 Oct 2021 09:47:17 +0100 Subject: [PATCH] make-boot-image: Fix typo in docs AFT_SIZE -> FAT_SIZE --- tools/make-boot-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-boot-image b/tools/make-boot-image index 8d7badc..d2a5c36 100755 --- a/tools/make-boot-image +++ b/tools/make-boot-image @@ -163,7 +163,7 @@ arguments to help minimise the size of the boot image. Name mkfs.vfat parameter SECTOR_SIZE -S ROOT_DIR_ENTRIES -r -AFT_SIZE -F +FAT_SIZE -F EOF exit 0 -- libgit2 0.21.4