mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-29 22:47:21 +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:
parent
9264aeb77d
commit
ead26799ff
@ -313,7 +313,8 @@ Before create User VM
|
||||
.. code-block:: bash
|
||||
|
||||
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
|
||||
====================
|
||||
@ -435,6 +436,7 @@ the User VM.
|
||||
.. code-block:: bash
|
||||
|
||||
mkdir -p ~/acrn/tools/
|
||||
cd ~/acrn/tools
|
||||
wget https://raw.githubusercontent.com/Adlink-ROS/ROScube_ACRN_guide/v2.1/scripts/acrn_bridge.sh
|
||||
chmod +x ./acrn_bridge.sh
|
||||
./acrn_bridge.sh
|
||||
|
Loading…
Reference in New Issue
Block a user