From 7b2b62226773f4d1795eb654b9c5f8fd64305cc6 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Sat, 10 Mar 2018 23:49:55 -0800 Subject: [PATCH] getting-started-guide: update Clear Linux version to min required Signed-off-by: Geoffroy Van Cutsem --- getting_started/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/getting_started/index.rst b/getting_started/index.rst index 312d11838..e3d3600c2 100644 --- a/getting_started/index.rst +++ b/getting_started/index.rst @@ -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 `__ @@ -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/