avoid mentioning number of generated incrementals

This commit is contained in:
Daniel Micay 2019-05-10 20:11:44 -04:00
parent fbe1643edc
commit f0382d4657

View File

@ -60,13 +60,12 @@
past version and the updater will attempt to download and install the update past version and the updater will attempt to download and install the update
again.</p> again.</p>
<p>The updater will use incremental updates to download only changes rather than the <p>The updater will use incremental (delta) updates to download only changes rather
whole OS unless the current version is behind the current release by more than 3 than the whole OS when one is available to go directly from the installed version to
versions. As long as you have working network connectivity on a regular basis and the latest version. As long as you have working network connectivity on a regular
reboot when asked, you'll almost always be on one of the past couple versions of the basis and reboot when asked, you'll almost always be on one of the past couple
OS which will minimize bandwidth usage since incrementals will always be available. If versions of the OS which will minimize bandwidth usage since incrementals will always
you fall more than 3 versions behind, it will download a large full update shipping be available.</p>
the full OS so it can update from any version.</p>
<p>The updater works while the device is locked / idle, including before the first <p>The updater works while the device is locked / idle, including before the first
unlock since it's explicitly designed to be able to run before decryption of user unlock since it's explicitly designed to be able to run before decryption of user