configs/*: add VM guest packages and enable their services
* virtualbox-guest-utils-nox package and vboxservice.service for VirtualBox. * qemu-guest-agent package and qemu-guest-agent.service for QEMU & libvirt. Implements #118.
This commit is contained in:
parent
f86cb0faa2
commit
bd2b861aa3
6 changed files with 8 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/qemu-guest-agent.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/vboxservice.service
|
|
@ -6,4 +6,6 @@ linux
|
|||
mkinitcpio
|
||||
mkinitcpio-archiso
|
||||
openssh
|
||||
qemu-guest-agent
|
||||
syslinux
|
||||
virtualbox-guest-utils-nox
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/qemu-guest-agent.service
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/vboxservice.service
|
|
@ -79,6 +79,7 @@ partimage
|
|||
pcsclite
|
||||
ppp
|
||||
pptpclient
|
||||
qemu-guest-agent
|
||||
reflector
|
||||
reiserfsprogs
|
||||
rp-pppoe
|
||||
|
@ -103,6 +104,7 @@ usb_modeswitch
|
|||
usbmuxd
|
||||
usbutils
|
||||
vim
|
||||
virtualbox-guest-utils-nox
|
||||
vpnc
|
||||
wireless-regdb
|
||||
wireless_tools
|
||||
|
|
Loading…
Add table
Reference in a new issue