Skip to content

Commit e5d37d2

Browse files
committed
fix: Enable QEMU-Agent on Boot
1 parent 4a4d787 commit e5d37d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ apt-get -y install libguestfs-tools
175175

176176
```bash
177177
virt-customize -a jammy-server-cloudimg-amd64.img --install qemu-guest-agent
178+
179+
virt-customize -a jammy-server-cloudimg-amd64.img --run-command "systemctl enable qemu-guest-agent"
178180
```
179181
* (OPTIONAL): If you're **NOT** using an SSL Certificate within Cloudinit drive on said Virtual Machine, you'll need to modify SSH in said image to allow local authentication, which can be done running said command
180182

0 commit comments

Comments
 (0)