diff options
author | Simon Spöhel <simon@spoehel.ch> | 2023-08-24 14:35:18 +0000 |
---|---|---|
committer | Simon Spöhel <simon@spoehel.ch> | 2023-08-24 14:41:06 +0000 |
commit | 7c674a11ca49df28f78f49a876660891ad7b4355 (patch) | |
tree | 6e0663b70509c15ec97f15ba24137117d30a9acb /share/doc/vms.txt | |
parent | Adding todo file (FIXME). (diff) | |
download | compute-tools-7c674a11ca49df28f78f49a876660891ad7b4355.tar.xz compute-tools-7c674a11ca49df28f78f49a876660891ad7b4355.zip |
basic cnt build for vms (debconf only)
Diffstat (limited to '')
-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 |