Skip to content

Commit 52f49c9

Browse files
Geoffroy Van Cutsemjren1
authored andcommitted
getting-started-guide: update Clear Linux version to min required
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
1 parent af66e95 commit 52f49c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/getting_started/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Set up a Clear Linux Operating System
4545

4646
Currently, an installable version of ARCN does not exist. Therefore, we
4747
need to setup a base Clear Linux OS to bootstrap ACRN. ACRN requires
48-
Clear Linux version 21190 or newer.
48+
Clear Linux version 21260 or newer.
4949

5050
1. Follow this `Clear Linux installation guide
5151
<https://clearlinux.org/documentation/clear-linux/get-started/bare-metal-install>`__
@@ -222,19 +222,19 @@ Set up Reference UOS
222222

223223
.. code-block:: none
224224
225-
# curl -O https://download.clearlinux.org/image/clear-21180-kvm.img.xz
225+
# curl -O https://download.clearlinux.org/image/clear-21260-kvm.img.xz
226226
227227
#. Uncompress it.
228228

229229
.. code-block:: none
230230
231-
# unxz clear-21180-kvm.img.xz
231+
# unxz clear-21260-kvm.img.xz
232232
233233
#. Deploy the UOS kernel modules to UOS virtual disk image
234234

235235
.. code-block:: none
236236
237-
# losetup -f -P --show /root/clear-21180-kvm.img
237+
# losetup -f -P --show /root/clear-21260-kvm.img
238238
# ls /dev/loop0*
239239
# mount /dev/**loop0p3** /mnt
240240
# cp -r /usr/lib/doc/modules/4.14.23-19.pk414-standard /mnt/lib/doc/modules/

0 commit comments

Comments
 (0)