diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-20 14:36:17 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-20 14:36:17 -0500 |
| commit | ba14079be66b4d0b946cac9dcb64f2f83c6af331 (patch) | |
| tree | a10add0413be5e04afdd4512e61d9a43f4ba249b | |
| parent | 1d3b52dd4549cd78fe0dffb2476471cec6c3bb62 (diff) | |
simplify explanation of locking wiping data
| -rw-r--r-- | static/install.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/install.html b/static/install.html index a2dec4d0..3c0d334f 100644 --- a/static/install.html +++ b/static/install.html @@ -378,10 +378,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <pre>fastboot flashing lock</pre> - <p>The command needs to be confirmed on the device since it needs to perform a factory - reset.</p> - - <p>Unlocking the bootloader again will perform a factory reset.</p> + <p>The command needs to be confirmed on the device and will wipe all data.</p> </section> <section id="disabling-oem-unlocking"> |
