Add Scripts/Bash/Install QEMU Guest Agent.md
This commit is contained in:
16
Scripts/Bash/Install QEMU Guest Agent.md
Normal file
16
Scripts/Bash/Install QEMU Guest Agent.md
Normal file
@ -0,0 +1,16 @@
|
||||
**Purpose**:
|
||||
You may need to install the QEMU guest agent on linux VMs manually, while Windows-based devices work out-of-the-box after installing the VirtIO guest tools installer.
|
||||
|
||||
=== "Ubuntu Server"
|
||||
|
||||
``` sh
|
||||
sudo su
|
||||
apt update && apt -y install qemu-guest-agent
|
||||
systemctl enable --now qemu-guest-agent
|
||||
```
|
||||
|
||||
=== "Rocky Linux"
|
||||
|
||||
``` sh
|
||||
PLACEHOLDER
|
||||
```
|
Reference in New Issue
Block a user