Remove -version flag from os-install command (#853)

* Remove -version flag from os-install command

* Remove weird whitespace
This commit is contained in:
Beth Dean
2019-10-09 14:23:39 -07:00
committed by michael vincerra
parent 59c745abfd
commit a3f72d407a
@@ -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