reflect feedback

This commit is contained in:
Yoshiaki Senda
2023-06-15 18:34:04 +09:00
parent 835d953c95
commit 9e07c99df9

View File

@@ -14,6 +14,8 @@ Host system requirements
CPU H/W Virtualization support
--------------------------------
Check CPU virtualization capability using following command. If your system has Intel CPU, you will see Intel VT here, and if your system has AMD CPU, you will see AMD-V here.
.. code-block:: bash
lscpu | grep Virtualization
@@ -52,7 +54,7 @@ Install QEMU, libvirt
# Add user to libvirt group
sudo usermod -aG libvirt rocky
Install Cockpit
Install Cockpit (Optional)
-----------------
.. code-block:: bash