From 19942b80fde93a707fb8996c23408d5469f9f495 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 31 May 2024 14:35:50 -0700 Subject: [PATCH] Add KVM guest agents Signed-off-by: Tommy --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 56c8e34..9a9c674 100644 --- a/install.sh +++ b/install.sh @@ -293,8 +293,14 @@ fi if [ "${virtualization}" = 'none' ]; then pacstrap /mnt sbctl fwupd echo 'UriSchemes=file;https' | sudo tee -a /mnt/etc/fwupd/fwupd.conf +elif [ "${virtualization}" = 'kvm' ]; then + pacstrap /mnt qemu-guest-agent + if [ "${install_mode}" = 'desktop' ]; then + pacstrap /mnt spice-vdagent + fi fi +## Install snap-pac list otherwise we will have problems pacstrap /mnt snap-pac ## Generate /etc/fstab.