diff options
| author | maade93791 <maade@grapheneos.org> | 2023-10-06 22:19:53 +0300 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-10-06 15:21:11 -0400 |
| commit | b9f11a457241c61655c8e75d03534f1664c8a89d (patch) | |
| tree | fbb8188b91c3b1eaca7f4dab60b11429cb797fe1 /static | |
| parent | 4ce7e6f793a3576e849ebbcbe0235e5276a00bf0 (diff) | |
avbtool -> avbtool.py
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 053e5c84..a89befc3 100644 --- a/static/build.html +++ b/static/build.html @@ -551,7 +551,7 @@ CN=GrapheneOS ../../development/tools/make_key sdk_sandbox "/CN=$CN/" ../../development/tools/make_key bluetooth "/CN=$CN/" openssl genrsa 4096 | openssl pkcs8 -topk8 -scrypt -out avb.pem -../../external/avb/avbtool extract_public_key --key avb.pem --output avb_pkmd.bin +../../external/avb/avbtool.py extract_public_key --key avb.pem --output avb_pkmd.bin cd ../..</pre> <p>The <code>avb_pkmd.bin</code> file isn't needed for generating a signed release but |
