From 0c0cfa4f95f9302337ef4be475f5f994ce8dcf66 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Mon, 11 Jan 2021 16:42:54 -0800 Subject: [PATCH] updated comment --- makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 3d7c835..ab26178 100644 --- a/makefile +++ b/makefile @@ -49,7 +49,13 @@ # # sudo su - # cd /usr/share/vboot/bin/ -# ./make_dev_ssd.sh --remove_rootfs_verification --partitions 4 +# ./make_dev_ssd.sh --remove_rootfs_verification +# +# The above line will return a warning, but it will tell you the boot partition number, which you +# will need when specifying the above command again, this time with the --partions options. Specify the number instead of (ID) +# +# ./make_dev_ssd.sh --remove_rootfs_verification --partitions ID +# # reboot # #