1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-25 20:53:15 +00:00

updated comment

This commit is contained in:
Bryan Roe
2021-01-11 16:42:54 -08:00
parent 85ec08e8c8
commit 0c0cfa4f95

View File

@@ -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
#
#