install: use new factory images naming scheme

This commit is contained in:
Daniel Micay 2020-05-05 13:55:53 -04:00
parent c9d6ed4925
commit 8865819b15

View File

@ -249,11 +249,11 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3</pre>
<p>Download the factory images for the device from <a href="/releases">the releases
page</a>. For example, to download the 2020.04.14.23 release for the Pixel 3 XL (crosshatch):</p>
<pre>curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip
curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig</pre>
<pre>curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip
curl -O https://releases.grapheneos.org/crosshatch-factory-2020.05.05.02.zip.sig</pre>
<p>Verify the factory images using the signature:</p>
<pre>signify -Cqp factory.pub -x crosshatch-factory-2020.04.14.23.zip.sig &amp;&amp; echo verified</pre>
<pre>signify -Cqp factory.pub -x crosshatch-factory-2020.05.05.02.zip.sig &amp;&amp; echo verified</pre>
<p>This will output <code>verified</code> if verification is successful. If something
goes wrong, it will output an error message rather than <code>verified</code>.</p>
@ -266,8 +266,8 @@ curl -O https://releases.grapheneos.org/crosshatch-factory-2020.04.14.23.zip.sig
<p>Next, extract the factory images and move into the directory:</p>
<pre>unzip crosshatch-factory-2020.04.14.23.zip
cd crosshatch-qq2a.200405.005</pre>
<pre>unzip crosshatch-factory-2020.05.05.02.zip
cd crosshatch-factory-2020.05.05.02</pre>
<p>Flash the images with the flash-all script in the directory. On Linux and macOS:</p>