mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-29 16:58:10 +00:00
Doc: Update some statements
This commit is contained in:
parent
85b3068569
commit
6bfbf1663a
@ -31,8 +31,7 @@ please follow these steps in Clear Linux native:
|
|||||||
$ cd ~
|
$ cd ~
|
||||||
$ sudo ister.py -t uos-image.json
|
$ sudo ister.py -t uos-image.json
|
||||||
|
|
||||||
An example of the configuration file ``uos-image.json``
|
An example of the configuration file ``uos-image.json``:
|
||||||
is shown as below:
|
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
@ -78,14 +77,13 @@ please follow these steps in Clear Linux native:
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
To generate the image with a specified version,
|
To generate the image with a specified version,
|
||||||
please modify with the ``"Version"`` argument,
|
please modify the ``"Version"`` argument,
|
||||||
and we can set ``"Version": 26550`` for example.
|
and we can set ``"Version": 26550`` instead of
|
||||||
If you want to build out the latest, please
|
``"Version: latest"`` for example.
|
||||||
set ``"Version": "latest"`` here.
|
|
||||||
|
|
||||||
Here we will use ``"Version": 26550`` for example,
|
Here we will use ``"Version": 26550`` for example,
|
||||||
and the image of UOS called ``uos.img`` will be generated
|
and the image of UOS called ``uos.img`` will be generated
|
||||||
after successful installation. It will output log as shown as below:
|
after successful installation. An example output log is:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user