Merge pull request #25 from gvancuts/update-cl-version

getting-started-guide: update Clear Linux version to min required
This commit is contained in:
David Kinder 2018-03-11 08:05:19 -07:00 committed by GitHub
commit 979411cb07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ Set up a Clear Linux Operating System
Currently, an installable version of ARCN does not exist. Therefore, we
need to setup a base Clear Linux OS to bootstrap ACRN. ACRN requires
Clear Linux version 21190 or newer.
Clear Linux version 21260 or newer.
1. Follow this `Clear Linux installation guide
<https://clearlinux.org/documentation/clear-linux/get-started/bare-metal-install>`__
@ -222,19 +222,19 @@ Set up Reference UOS
.. code-block:: none
# curl -O https://download.clearlinux.org/image/clear-21180-kvm.img.xz
# curl -O https://download.clearlinux.org/image/clear-21260-kvm.img.xz
#. Uncompress it.
.. code-block:: none
# unxz clear-21180-kvm.img.xz
# unxz clear-21260-kvm.img.xz
#. Deploy the UOS kernel modules to UOS virtual disk image
.. code-block:: none
# losetup -f -P --show /root/clear-21180-kvm.img
# losetup -f -P --show /root/clear-21260-kvm.img
# ls /dev/loop0*
# mount /dev/**loop0p3** /mnt
# cp -r /usr/lib/modules/4.14.23-19.pk414-standard /mnt/lib/modules/