mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 12:11:33 -05:00
Add KVM guest agents
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
78220c311d
commit
19942b80fd
@ -293,8 +293,14 @@ fi
|
|||||||
if [ "${virtualization}" = 'none' ]; then
|
if [ "${virtualization}" = 'none' ]; then
|
||||||
pacstrap /mnt sbctl fwupd
|
pacstrap /mnt sbctl fwupd
|
||||||
echo 'UriSchemes=file;https' | sudo tee -a /mnt/etc/fwupd/fwupd.conf
|
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
|
fi
|
||||||
|
|
||||||
|
## Install snap-pac list otherwise we will have problems
|
||||||
pacstrap /mnt snap-pac
|
pacstrap /mnt snap-pac
|
||||||
|
|
||||||
## Generate /etc/fstab.
|
## Generate /etc/fstab.
|
||||||
|
Loading…
Reference in New Issue
Block a user