Skip to content

Commit 945fdd8

Browse files
coneypodbkinder
authored andcommitted
doc: update the directory to "~/"
1 parent 0ff74b1 commit 945fdd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/tutorials/using_ubuntu_as_sos.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ For the User OS, we are using the same `Clear Linux`_ release version as the Ser
236236

237237
.. code-block:: none
238238
239-
cd /root/
239+
cd ~
240240
wget https://download.clearlinux.org/releases/26440/clear/clear-26440-kvm.img.xz
241241
unxz clear-26440-kvm.img.xz
242242
@@ -280,11 +280,11 @@ For the User OS, we are using the same `Clear Linux`_ release version as the Ser
280280

281281
.. code-block:: none
282282
283-
-s 3,virtio-blk,/root/clear-26440-kvm.img
283+
-s 3,virtio-blk,~/clear-26440-kvm.img
284284
-k /lib/modules/kernel/default-iot-lts2018
285285
286286
.. note::
287-
The image of UOS can be stored in other directories instead of ``/root/``,
287+
The image of UOS can be stored in other directories instead of ``~/``,
288288
and please remember to modify the directory of image in ``launch_uos.sh`` too.
289289

290290
Start the User OS (UOS)

0 commit comments

Comments
 (0)