aboutsummaryrefslogtreecommitdiff
path: root/kvmx-create
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-05-16 14:11:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-05-16 14:11:45 -0300
commit337627d31ba82f132a9c583e88c0b1b0fd6506a7 (patch)
tree6c25e020bb8eb2f09ca19ae02c271c433236387c /kvmx-create
parent074b303236172221872cd950537cfd527b1ca7bb (diff)
downloadkvmx-337627d31ba82f132a9c583e88c0b1b0fd6506a7.tar.gz
kvmx-337627d31ba82f132a9c583e88c0b1b0fd6506a7.tar.bz2
Fix(kvmx-create): always install qemu-guest-agent
Diffstat (limited to 'kvmx-create')
-rwxr-xr-xkvmx-create5
1 files changed, 4 insertions, 1 deletions
diff --git a/kvmx-create b/kvmx-create
index e2cd6ab..983ebad 100755
--- a/kvmx-create
+++ b/kvmx-create
@@ -452,8 +452,11 @@ EOF
# Basic packages
$APT_INSTALL screen cron lsb-release openssl rsync
+ # Guest agent
+ $APT_INSTALL qemu-guest-agent
+
if [ "$spice" == "1" ]; then
- $APT_INSTALL spice-vdagent qemu-guest-agent
+ $APT_INSTALL spice-vdagent
fi
# OpenSSH