From 05d017fcd60a6be4635966e879cbd286238ba087 Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Tue, 9 Apr 2019 09:29:24 -0700 Subject: [PATCH] swupd-guide: corrects typo; removes trailing spaces. (#450) - Closes #448 Signed-off-by: Michael Vincerra --- .../guides/tooling/swupd-guide.rst | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/clear-linux/guides/tooling/swupd-guide.rst b/source/clear-linux/guides/tooling/swupd-guide.rst index adbe6a1b..43c62a0f 100644 --- a/source/clear-linux/guides/tooling/swupd-guide.rst +++ b/source/clear-linux/guides/tooling/swupd-guide.rst @@ -16,8 +16,8 @@ Description :command:`swupd` has two main functions: #. It manages software replacing APT or YUM, installing bundles - rather than packages. -#. It checks for system updates and installs them. + rather than packages. +#. It checks for system updates and installs them. :ref:`Bundles ` are the smallest granularity component that is managed by |CL| and contain everything needed to deliver a software @@ -78,7 +78,7 @@ patch to be as small as 15 KB. Using binary deltas, the |CL| is able to apply only what is needed. To get a more detailed understanding of how to generate update content for -|CL| see the :ref:`mixer ` tool. +|CL| see the :ref:`mixer ` tool. How it works ************ @@ -203,13 +203,13 @@ Example 2: Find and install Kata\* Containers Kata Containers is a popular container implementation. Unlike other container implementations, each Kata Container has its own kernel instance and runs on its own :abbr:`Virtual Machine (VM)` for -improved security. +improved security. |CL| makes it very easy to install, since you only need to add `one bundle`_ to use `Kata Containers`_: `containers-virt`, despite a number of dependencies. Also, check out our tutorial: :ref:`kata`. -#. Find the right bundle. +#. Find the right bundle. * To return all possible matches for the search string enter :command:`swupd search`, followed by 'kata': @@ -223,7 +223,7 @@ number of dependencies. Also, check out our tutorial: :ref:`kata`. .. code-block:: console Bundle with the best search result: - + containers-virt - Run container applications from Dockerhub in lightweight virtual machines This bundle can be installed with: @@ -231,7 +231,7 @@ number of dependencies. Also, check out our tutorial: :ref:`kata`. swupd bundle-add containers-virt Alternative bundle options are - + cloud-native-basic - Contains ClearLinux native software for Cloud .. note:: @@ -268,8 +268,8 @@ number of dependencies. Also, check out our tutorial: :ref:`kata`. Calling post-update helper scripts. Successfully installed 1 bundle -Example 3: Verify and correct sytem file mismatch -================================================= +Example 3: Verify and correct system file mismatch +================================================== :command:`swupd` can determine whether system directories and files have been added to, overwritten, removed, or modified (e.g., permissions). @@ -334,7 +334,7 @@ swupd --help For additional :command:`swupd` commands. man swupd - To reference the :command:`swupd` man page, or see the + To reference the :command:`swupd` man page, or see the `source documentation`_ available on github. Related topics