Skip to content

Commit

Permalink
Create Virtual Appliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Mar 8, 2019
1 parent ff64b47 commit 379aead
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notes/vm/Virtual Appliance
@@ -0,0 +1,10 @@
OVA:
- Deploy as normal using VHD as the drive type within VirtualBox, export as OVA will convert to VMDK within OVA.

VHD:
- Copy from dev master which was used to create OVA.

QCOW2:
- Install qemu-utils
- Extract VMDK from OVA.
- Convert: qemu-img convert -f vmdk -O qcow2 nems.vmdk nems.qcow2

0 comments on commit 379aead

Please sign in to comment.