diff options
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/vms.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/doc/vms.txt b/share/doc/vms.txt new file mode 100644 index 0000000..453ce23 --- /dev/null +++ b/share/doc/vms.txt @@ -0,0 +1,16 @@ +Manage Virtual Machines (VMs) +============================= + +Status: + +- only debconf is supported + +HOWTO: + +to generate a vm image, provide the --vm option: + + cnt build -n test --vm + +dependencies: + + apt install qemu-system ovmf |