From efb68e1d94d00e1eec7cf2e52c9adabf5ca7c19d Mon Sep 17 00:00:00 2001 From: odwdinc Date: Mon, 9 Mar 2020 12:11:34 -0700 Subject: [PATCH] Added fix for swupd bundle-add Error Signed-off-by: Anthony Pray anthony.s.pray@intel.com When using the docker image you may see error "Failed to install x of x" ruining "swupd clean" will fix the problems. --- source/guides/stacks/dlrs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/stacks/dlrs.rst b/source/guides/stacks/dlrs.rst index 4e7ddaa4..91cade9a 100644 --- a/source/guides/stacks/dlrs.rst +++ b/source/guides/stacks/dlrs.rst @@ -109,7 +109,7 @@ instructions in :ref:`kubernetes`. .. warning:: - Note that although the DLRS images and dockerfiles may be modified for your needs, there are some modifications that may cause unexpected or undesirable results. For example, using the Clear Linux :command:`swupd bundle-add` command to add packages to a Clear Linux based container may overwrite the DLRS core components. Please use care when modifying the contents of the containers. + Note that although the DLRS images and dockerfiles may be modified for your needs, there are some modifications that may cause unexpected or undesirable results. For example, using the Clear Linux :command:`swupd bundle-add` command to add packages to a Clear Linux based container may overwrite the DLRS core components. Please use care when modifying the contents of the containers. If recaving Errors using the Clear Linux :command:`swupd bundle-add` command try running the Clear Linux :command:`swupd clean` command first. Kubectl