@@ -106,18 +106,18 @@ In addition to the default daemon mode, users can run it as a CLI utility and pe
106
106
Command Line Interface - CLI (Aktualizr-lite Manual Mode)
107
107
---------------------------------------------------------
108
108
109
- The `aktualizr-lite ` executable can be invoked to perform individual operations allowing more control over the update flow.
109
+ The `` aktualizr-lite ` ` executable can be invoked to perform individual operations allowing more control over the update flow.
110
110
111
- .. warning :: The Command Line Interface is on beta stage,
111
+ .. warning :: The Command Line Interface is in beta stage,
112
112
and is subject to change over the next releases.
113
113
114
114
.. note :: In order to use the run individual `aktualizr-lite` commands,
115
- the `aktualizr-lite ` service needs to be stopped with ``sudo systemctl stop aktualizr-lite ``
115
+ the `` aktualizr-lite ` ` service needs to be stopped with ``sudo systemctl stop aktualizr-lite ``
116
116
and/or disabled with ``sudo systemctl disable aktualizr-lite ``.
117
117
118
118
.. note :: If lmp-device-register is used,
119
- the ` --start-daemon 0 ` is recommended
120
- in order to avoid starting aktualizr-lite daemon automatically.
119
+ Using `` --start-daemon 0 ` ` is recommended
120
+ in order to avoid starting the aktualizr-lite daemon automatically.
121
121
122
122
.. prompt ::
123
123
@@ -151,8 +151,8 @@ To view the current status of the device::
151
151
152
152
sudo aktualizr-lite status
153
153
154
- Fetch TUF Metadata and List Updates
155
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
154
+ Fetch :term: ` TUF ` Metadata and List Updates
155
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
156
156
157
157
The ``check `` command will refresh the Targets metadata from the OTA server,
158
158
and present you with a list of available Targets::
@@ -178,7 +178,7 @@ This includes both OSTree and Docker app Targets::
178
178
179
179
sudo aktualizr-lite update
180
180
181
- To update to a specific build number or target name,
181
+ To update to a specific build number or Target name,
182
182
the ``--update-name `` option can be used::
183
183
184
184
sudo aktualizr-lite update --update-name <build_number_or_name>
0 commit comments