From e21ff3fe477e4e85d127be782757b1a008c55722 Mon Sep 17 00:00:00 2001 From: Michael Kuzmin Date: Wed, 7 Nov 2018 00:54:30 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37541082b..a5ce429d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Team project](http://jb.gg/badges/team.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) -[![Github All Releases](https://img.shields.io/github/downloads/jetbrains-infra/packer-builder-vsphere/total.svg)](https://github.com/jetbrains-infra/packer-builder-vsphere/releases) +[![GitHub latest release](https://img.shields.io/github/release/jetbrains-infra/packer-builder-vsphere.svg)](https://github.com/jetbrains-infra/packer-builder-vsphere/releases) +[![GitHub downloads](https://img.shields.io/github/downloads/jetbrains-infra/packer-builder-vsphere/total.svg)](https://github.com/jetbrains-infra/packer-builder-vsphere/releases) [![TeamCity build status](https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/PackerVSphere_Build.svg)](https://teamcity.jetbrains.com/viewType.html?buildTypeId=PackerVSphere_Build&guest=1) @@ -82,7 +83,9 @@ See complete Ubuntu, Windows, and macOS templates in the [examples folder](https * `network`(string) - Set network VM will be connected to. * `network_card`(string) - Set VM network card type. Example `vmxnet3`. * `usb_controller`(boolean) - Create USB controller for virtual machine. Defaults to `false`. -* `firmware`(string) - Set the Firmware at machine creation. Example `efi`. Defaults to `bios` +* `cdrom_type`(string) - Which controller to use. Example `sata`. Defaults to `ide`. +* `firmware`(string) - Set the Firmware at machine creation. Example `efi`. Defaults to `bios`. + ### Boot (`vsphere-iso` only)