From 379aeadadc30c40f9f87c9eaef1bcd1df38c1cbd Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Fri, 8 Mar 2019 13:00:12 -0500 Subject: [PATCH] Create Virtual Appliance --- notes/vm/Virtual Appliance | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes/vm/Virtual Appliance diff --git a/notes/vm/Virtual Appliance b/notes/vm/Virtual Appliance new file mode 100644 index 0000000..e384f22 --- /dev/null +++ b/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