configs/*: add VMware and Hyper-V guest packages and enable their services
* open-vm-tools package, vmtoolsd.service and vmware-vmblock-fuse.service for VMware. * hyperv package, hv_fcopy_daemon.service, hv_kvp_daemon.service and hv_vss_daemon.service for Hyper-V. Related to #118.
This commit is contained in:
parent
dc681dc90f
commit
8c837ca23b
@ -10,6 +10,8 @@ Added
|
|||||||
|
|
||||||
- Add dmidecode to the list of packages in the releng profile.
|
- Add dmidecode to the list of packages in the releng profile.
|
||||||
- Add open-iscsi to the list of packages in the releng profile to allow installing Arch on an iSCSI target.
|
- Add open-iscsi to the list of packages in the releng profile to allow installing Arch on an iSCSI target.
|
||||||
|
- Add open-vm-tools and hyperv to the list of packages and enable their services to provide better integration with the
|
||||||
|
VMware and Hyper-V hypervisors.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
-------
|
-------
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_fcopy_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_kvp_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_vss_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/vmtoolsd.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/vmware-vmblock-fuse.service
|
@ -1,8 +1,10 @@
|
|||||||
base
|
base
|
||||||
cloud-init
|
cloud-init
|
||||||
|
hyperv
|
||||||
linux
|
linux
|
||||||
mkinitcpio
|
mkinitcpio
|
||||||
mkinitcpio-archiso
|
mkinitcpio-archiso
|
||||||
|
open-vm-tools
|
||||||
openssh
|
openssh
|
||||||
pv
|
pv
|
||||||
qemu-guest-agent
|
qemu-guest-agent
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_fcopy_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_kvp_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/hv_vss_daemon.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/vmtoolsd.service
|
@ -0,0 +1 @@
|
|||||||
|
/usr/lib/systemd/system/vmware-vmblock-fuse.service
|
@ -36,6 +36,7 @@ gptfdisk
|
|||||||
grml-zsh-config
|
grml-zsh-config
|
||||||
grub
|
grub
|
||||||
hdparm
|
hdparm
|
||||||
|
hyperv
|
||||||
intel-ucode
|
intel-ucode
|
||||||
ipw2100-fw
|
ipw2100-fw
|
||||||
ipw2200-fw
|
ipw2200-fw
|
||||||
@ -75,6 +76,7 @@ nmap
|
|||||||
ntfs-3g
|
ntfs-3g
|
||||||
nvme-cli
|
nvme-cli
|
||||||
open-iscsi
|
open-iscsi
|
||||||
|
open-vm-tools
|
||||||
openconnect
|
openconnect
|
||||||
openssh
|
openssh
|
||||||
openvpn
|
openvpn
|
||||||
|
Loading…
Reference in New Issue
Block a user