diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 08:11:12 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 08:11:12 -0500 |
| commit | 49b3a46dcd3bdf9cce0f965648f3b58069ed5fbe (patch) | |
| tree | 19bc795c26e7449fc05f5e5ad9452c6d37aba02b /static/install.html | |
| parent | f63c74c8bd45d31be51ada9cac7b38a222cb0789 (diff) | |
clarifying confirming unlock / lock
Diffstat (limited to 'static/install.html')
| -rw-r--r-- | static/install.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/install.html b/static/install.html index 8534ac21..9b3c294e 100644 --- a/static/install.html +++ b/static/install.html @@ -296,7 +296,10 @@ Installed as /home/username/platform-tools/fastboot</pre> <pre>fastboot flashing unlock</pre> - <p>The command needs to be confirmed on the device and will wipe all data.</p> + + <p>The command needs to be confirmed on the device and will wipe all data. Use one + of the volume buttons to switch the selection to accepting it and the power button + to confirm.</p> </section> <section id="obtaining-signify"> @@ -435,7 +438,9 @@ curl -O https://releases.grapheneos.org/sunfish-factory-2020.12.12.03.zip.sig</p <pre>fastboot flashing lock</pre> - <p>The command needs to be confirmed on the device and will wipe all data.</p> + <p>The command needs to be confirmed on the device and will wipe all data. Use one + of the volume buttons to switch the selection to accepting it and the power button + to confirm.</p> </section> <section id="post-installation"> |
