From a3f72d407a9eb6dafa832a5c6856e853dca322c1 Mon Sep 17 00:00:00 2001 From: Beth Dean Date: Wed, 9 Oct 2019 14:23:39 -0700 Subject: [PATCH] Remove -version flag from os-install command (#853) * Remove -version flag from os-install command * Remove weird whitespace --- source/guides/maintenance/container-image-new.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/guides/maintenance/container-image-new.rst b/source/guides/maintenance/container-image-new.rst index df81c53e..73e80b1e 100644 --- a/source/guides/maintenance/container-image-new.rst +++ b/source/guides/maintenance/container-image-new.rst @@ -90,16 +90,14 @@ Build the base container image .. code-block:: bash - swupd os-install --url https://cdn.download.clearlinux.org/update --statedir "$PWD"/swupd-state --no-boot-update --version 29790 -B os-core-update,editors,network-basic base + swupd os-install --url https://cdn.download.clearlinux.org/update --statedir "$PWD"/swupd-state --no-boot-update -B os-core-update,editors,network-basic base The swupd example uses the following flags: * :command:`os-install` tells swupd to download and install. - * :command:`-V / --version` specifies the version of the |CL| bundles. * :command:`--url` specifies the URL of the bundles repository. - * :command:`--statedir` specifies the state directory where downloaded bundles - and any state information are stored. + * :command:`--statedir` specifies the state directory where downloaded bundles and any state information are stored. * :command:`--no-boot-update` tells swupd to skip updating boot files because boot files are not required for a container. @@ -324,4 +322,3 @@ Example output: Removing intermediate container 7694989e97de Successfully built ec23189ef954 Successfully tagged my-clearlinux-remove-pxe-server-bundle:latest -