mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-26 19:24:17 +00:00
Small updates to ROScube-I Installation Guide
* Add newline before `sudo reboot` in User VM section. * Add `cd ~/acrn/tools/` before downloading script in User VM section. Signed-off-by: ChenYing Kuo <chenying.kuo@adlinktech.com>
This commit is contained in:
committed by
David Kinder
parent
9264aeb77d
commit
ead26799ff
@@ -313,7 +313,8 @@ Before create User VM
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo apt install qemu-kvm libvirt-clients libvirt-daemon-system \
|
sudo apt install qemu-kvm libvirt-clients libvirt-daemon-system \
|
||||||
bridge-utils virt-manager ovmf sudo reboot
|
bridge-utils virt-manager ovmf
|
||||||
|
sudo reboot
|
||||||
|
|
||||||
Create User VM image
|
Create User VM image
|
||||||
====================
|
====================
|
||||||
@@ -435,6 +436,7 @@ the User VM.
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
mkdir -p ~/acrn/tools/
|
mkdir -p ~/acrn/tools/
|
||||||
|
cd ~/acrn/tools
|
||||||
wget https://raw.githubusercontent.com/Adlink-ROS/ROScube_ACRN_guide/v2.1/scripts/acrn_bridge.sh
|
wget https://raw.githubusercontent.com/Adlink-ROS/ROScube_ACRN_guide/v2.1/scripts/acrn_bridge.sh
|
||||||
chmod +x ./acrn_bridge.sh
|
chmod +x ./acrn_bridge.sh
|
||||||
./acrn_bridge.sh
|
./acrn_bridge.sh
|
||||||
|
Reference in New Issue
Block a user