doc: update the directory to "~/"

This commit is contained in:
Xie Zhengtian 2018-12-04 08:43:07 +08:00 committed by David Kinder
parent 0ff74b1367
commit 945fdd8a4a
1 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ For the User OS, we are using the same `Clear Linux`_ release version as the Ser
.. code-block:: none .. code-block:: none
cd /root/ cd ~
wget https://download.clearlinux.org/releases/26440/clear/clear-26440-kvm.img.xz wget https://download.clearlinux.org/releases/26440/clear/clear-26440-kvm.img.xz
unxz clear-26440-kvm.img.xz unxz clear-26440-kvm.img.xz
@ -280,11 +280,11 @@ For the User OS, we are using the same `Clear Linux`_ release version as the Ser
.. code-block:: none .. code-block:: none
-s 3,virtio-blk,/root/clear-26440-kvm.img -s 3,virtio-blk,~/clear-26440-kvm.img
-k /lib/modules/kernel/default-iot-lts2018 -k /lib/modules/kernel/default-iot-lts2018
.. note:: .. note::
The image of UOS can be stored in other directories instead of ``/root/``, The image of UOS can be stored in other directories instead of ``~/``,
and please remember to modify the directory of image in ``launch_uos.sh`` too. and please remember to modify the directory of image in ``launch_uos.sh`` too.
Start the User OS (UOS) Start the User OS (UOS)