File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ please follow these steps in Clear Linux native:
31
31
$ cd ~
32
32
$ sudo ister.py -t uos-image.json
33
33
34
- An example of the configuration file ``uos-image.json ``
35
- is shown as below:
34
+ An example of the configuration file ``uos-image.json ``:
36
35
37
36
.. code-block :: none
38
37
@@ -78,14 +77,13 @@ please follow these steps in Clear Linux native:
78
77
79
78
.. note ::
80
79
To generate the image with a specified version,
81
- please modify with the ``"Version" `` argument,
82
- and we can set ``"Version": 26550 `` for example.
83
- If you want to build out the latest, please
84
- set ``"Version": "latest" `` here.
85
-
80
+ please modify the ``"Version" `` argument,
81
+ and we can set ``"Version": 26550 `` instead of
82
+ ``"Version: latest" `` for example.
83
+
86
84
Here we will use ``"Version": 26550 `` for example,
87
85
and the image of UOS called ``uos.img `` will be generated
88
- after successful installation. It will output log as shown as below :
86
+ after successful installation. An example output log is :
89
87
90
88
.. code-block :: none
91
89
You can’t perform that action at this time.
0 commit comments