doc: Add ACRN tag or Clear Linux version info for some tutorials

Neither ACRN tag nor Clear Linux version is specified in some tutorials.
Declare those information for those tutorials.

Signed-off-by: lirui34 <ruix.li@intel.com>
This commit is contained in:
lirui34
2019-07-17 11:50:41 +08:00
committed by David Kinder
parent ffa7f80544
commit e729b657c0
5 changed files with 15 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ To set up the Linux root filesystems for each VM, follow the Clear Linux OS
to install Clear Linux OS on a **SATA disk** and a **USB flash disk** prior the setup,
as the two privileged VMs will mount the root filesystems via the SATA controller
and the USB controller respectively.
This tutorial is verified on a tagged ACRN v0.6.
Build kernel and modules for partition mode UOS
***********************************************
@@ -148,7 +149,9 @@ Enable partition mode in ACRN hypervisor
.. code-block:: none
$ git clone https://github.com/projectacrn/acrn-hypervisor.git
$ cd acrn-hypervisor/hypervisor
$ cd acrn-hypervisor
$ git checkout v0.6
$ cd hypervisor
$ make menuconfig
Set the ``Hypervisor mode`` option to ``Partition mode``, and depending