]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix(kvmx-create): always install qemu-guest-agent
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 May 2022 17:11:45 +0000 (14:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 May 2022 17:11:45 +0000 (14:11 -0300)
kvmx-create

index e2cd6ab7ded89bcce519eb2079d2b784eb2c563b..983ebad2f47e0b11d09ee9a91d60346a6b987041 100755 (executable)
@@ -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