set vim pandoc modeline
This commit is contained in:
parent
4454e4fb4f
commit
f5b09c8c38
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |
|
description: |
|
||||||
The Hyper-V Packer builder is able to create Hyper-V virtual machines and
|
The Hyper-V Packer builder is able to create Hyper-V virtual machines and
|
||||||
export them.
|
export them.
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |-
|
description: |-
|
||||||
The Hyper-V Packer builder is able to clone an existing Hyper-V virtual machine and export them.
|
The Hyper-V Packer builder is able to clone an existing Hyper-V virtual machine and export them.
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |
|
description: |
|
||||||
The Parallels Packer builder is able to create Parallels Desktop for Mac
|
The Parallels Packer builder is able to create Parallels Desktop for Mac
|
||||||
virtual machines and export them in the PVM format, starting from an ISO
|
virtual machines and export them in the PVM format, starting from an ISO
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |
|
description: |
|
||||||
This Parallels builder is able to create Parallels Desktop for Mac virtual
|
This Parallels builder is able to create Parallels Desktop for Mac virtual
|
||||||
machines and export them in the PVM format, starting from an existing PVM
|
machines and export them in the PVM format, starting from an existing PVM
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |
|
description: |
|
||||||
The Qemu Packer builder is able to create KVM and Xen virtual machine images.
|
The Qemu Packer builder is able to create KVM and Xen virtual machine images.
|
||||||
layout: docs
|
layout: docs
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |
|
description: |
|
||||||
The VirtualBox Packer builder is able to create VirtualBox virtual machines
|
The VirtualBox Packer builder is able to create VirtualBox virtual machines
|
||||||
and export them in the OVF format, starting from an ISO image.
|
and export them in the OVF format, starting from an ISO image.
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |
|
description: |
|
||||||
This VirtualBox Packer builder is able to create VirtualBox virtual machines
|
This VirtualBox Packer builder is able to create VirtualBox virtual machines
|
||||||
and export them in the OVF format, starting from an existing OVF/OVA (exported
|
and export them in the OVF format, starting from an existing OVF/OVA (exported
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |
|
description: |
|
||||||
This VMware Packer builder is able to create VMware virtual machines from an
|
This VMware Packer builder is able to create VMware virtual machines from an
|
||||||
ISO file as a source. It currently supports building virtual machines on hosts
|
ISO file as a source. It currently supports building virtual machines on hosts
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
|
modeline: |
|
||||||
|
vim: set ft=pandoc:
|
||||||
description: |
|
description: |
|
||||||
This VMware Packer builder is able to create VMware virtual machines from an
|
This VMware Packer builder is able to create VMware virtual machines from an
|
||||||
existing VMware virtual machine (a VMX file). It currently supports building
|
existing VMware virtual machine (a VMX file). It currently supports building
|
||||||
|
|
Loading…
Reference in New Issue