File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Set up a Clear Linux Operating System
45
45
46
46
Currently, an installable version of ARCN does not exist. Therefore, we
47
47
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.
49
49
50
50
1. Follow this `Clear Linux installation guide
51
51
<https://clearlinux.org/documentation/clear-linux/get-started/bare-metal-install> `__
@@ -222,19 +222,19 @@ Set up Reference UOS
222
222
223
223
.. code-block :: none
224
224
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
226
226
227
227
#. Uncompress it.
228
228
229
229
.. code-block :: none
230
230
231
- # unxz clear-21180 -kvm.img.xz
231
+ # unxz clear-21260 -kvm.img.xz
232
232
233
233
#. Deploy the UOS kernel modules to UOS virtual disk image
234
234
235
235
.. code-block :: none
236
236
237
- # losetup -f -P --show /root/clear-21180 -kvm.img
237
+ # losetup -f -P --show /root/clear-21260 -kvm.img
238
238
# ls /dev/loop0*
239
239
# mount /dev/**loop0p3** /mnt
240
240
# cp -r /usr/lib/doc/modules/4.14.23-19.pk414-standard /mnt/lib/doc/modules/
You can’t perform that action at this time.
0 commit comments