1
0
mirror of https://github.com/rancher/os.git synced 2025-09-06 17:22:34 +00:00

Add release scripts for hyperv

This commit is contained in:
niusmallnan
2018-11-15 15:44:17 +08:00
parent ee5607548b
commit 48b77a7e70
3 changed files with 24 additions and 2 deletions

View File

@@ -51,8 +51,8 @@ func enableHypervisorService(cfg *config.CloudConfig, hypervisorName string) {
return
}
// only enable open-vm-tools for vmware
// these services(xenhvm-vm-tools, kvm-vm-tools, hyperv-vm-tools and bhyve-vm-tools) don't exist yet
// enable open-vm-tools and hyperv-vm-tools
// these services(xenhvm-vm-tools, kvm-vm-tools, and bhyve-vm-tools) don't exist yet
serviceName := ""
switch hypervisorName {
case "vmware":