From 09852a987bc8d2c139bb72bf2f9a9c7f90f4097f Mon Sep 17 00:00:00 2001 From: Dodain Date: Thu, 28 Oct 2021 21:18:40 +0500 Subject: [PATCH] Corrected the -b flag in the readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9da71f3..cbefe26 100644 --- a/Readme.md +++ b/Readme.md @@ -114,7 +114,7 @@ Therefore, any changes to `cmdline.txt` must be made before the `boot.img` file #### Create the boot image -The `-p` product argument (pi4,pi400,cm4) tells the script to discard files which are not required by that product. This makes the image smaller and reduces the time taken to calculate the hash of the image file thereby reducing the boot time. +The `-b` product argument (pi4,pi400,cm4) tells the script to discard files which are not required by that product. This makes the image smaller and reduces the time taken to calculate the hash of the image file thereby reducing the boot time. ```bash sudo ../tools/make-boot-image -d secure-boot-files -o boot.img -b pi4 ``` -- libgit2 0.21.4