From 8058630a526a1eb8acee85c365a9b64e00daf418 Mon Sep 17 00:00:00 2001 From: Ianeta Hutchinson Date: Thu, 31 Aug 2017 09:30:25 -0700 Subject: [PATCH] Applies substitution and clarifies sentence --- source/clear-linux/concepts/bundles-about.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/clear-linux/concepts/bundles-about.rst b/source/clear-linux/concepts/bundles-about.rst index 4b58311f..f6cccf3b 100644 --- a/source/clear-linux/concepts/bundles-about.rst +++ b/source/clear-linux/concepts/bundles-about.rst @@ -14,12 +14,12 @@ distributions deploy their software. With those kinds of distributions, system administrators can then install and update sub-packages individually or as a set, using tools such as "yum" and "apt-get." -The Clear Linux\* OS for IntelĀ® Architecture takes a slightly different -approach. While we also use the concept of packages to manage compiling -source code into binaries, we do not use the package concept to deploy -software. Instead, we provide "bundles" that provide a set of -functionality to the administrator. A bundle contains as many or as -few open source projects needed to provide a complete functionality. +The |CLOSIA| takes a slightly different approach. While we also use the +concept of packages to manage compiling source code into binaries, we do not +use the package concept to deploy software. Instead, we provide software +"bundles" that are installed and managed using :ref:`swupd`. Each +bundle contains as many or as few open source projects needed to provide a +complete functionality. Next steps ==========