From db0250a59becc14819514369223bb511e3d10579 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 14 Jun 2018 09:00:25 -0700 Subject: [PATCH] swupd: they really are called binary-deltas Signed-off-by: Matthew Johnson --- source/clear-linux/concepts/swupd-about.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/concepts/swupd-about.rst b/source/clear-linux/concepts/swupd-about.rst index 77b9ffaf..e63f2ad3 100644 --- a/source/clear-linux/concepts/swupd-about.rst +++ b/source/clear-linux/concepts/swupd-about.rst @@ -107,7 +107,7 @@ Update speed Software updates with Clear Linux OS for Intel Architecture are also efficient. Bundles simply describe a set of files, and the update -technology updates *only* files that actually changed by using so-called +technology updates *only* files that actually changed by using binary-delta technology for efficiency [1]_. Operating systems that use packages as the unit of deployment require full package updates (thus hogging resources), even when one small file in that package has changed.