Update of "Virtual machine creator"
Not logged in
Overview

Artifact ID: 259e331d367337855d691019891bbc68fbe0a22a
Page Name:Virtual machine creator
Date: 2016-02-22 20:06:15
Original User: vitus
Parent: 3cf5541ef1aeb42d36c6063a6c1943280e0f24b7 (diff)
Content

There are lot of standard options, which should be put into QEMU command line. There are also some common knowledge bases regarding what type of virtual hardware is better suited to particular OS.

So, we need some wizard-like script which would create vm script. Current idea is to use some text-based fullscreen UI like dialog program to make it possible to use this creator on servers. Even if we take care of make machines easily transferrable from host to host using usial file operations, virtual machines are quite big and it can be feasable to setup them locally.

This script is in the project.

But simple cases of vm creation are handled by vws create command.

See https://github.com/pymag09/lxc-ui as an example how it can be done.