Compare commits
No commits in common. "247578fcb50b33265ae636b57ee14b59b44d1568" and "9a842720b7db92bf1ede5a1d3c8faf009c13972d" have entirely different histories.
247578fcb5
...
9a842720b7
1 changed files with 0 additions and 21 deletions
21
README.md
21
README.md
|
@ -7,27 +7,6 @@ script which permit to launch easily some virtual machines via qemu
|
|||
|
||||
- <u>qemu</u> full installation
|
||||
|
||||
## Functionnality:
|
||||
|
||||
- create a config file to stores options for a vm [~]
|
||||
- start a vm while reading for the conf file [ok]
|
||||
- create a vm with the ability to choose an iso disk to launch the vm [ok]
|
||||
- del all sata related to a vm [~ok] (misses deleted conf file)
|
||||
- create a backup or being able to recall the bacup [ok] (can be improved)
|
||||
- start directly the backup file [ok]
|
||||
- can create only the conf file instead of starting/creating vm [ok]
|
||||
- list all vm already created [ok]
|
||||
- print help of version number [ok]
|
||||
- support option nproc to launch the vm with a different number of proc than precised in the config file [ok]
|
||||
- same for option memory [ok]
|
||||
- same for option size, size is only usefull when creating a vm [ok]
|
||||
- can support launching vm in uefi mode [ok] (doesn't fully support the UEFI in conf mode, preffer use the option uefi while launching vm.)
|
||||
- can add customs options to a vm [ok]
|
||||
- take option create_disk to know what disk to use when creating a vm. [ok]
|
||||
- compatible to an extensive network configuration [NO] (actually only support nat with ssh forward on localhost:10022)
|
||||
|
||||
|
||||
|
||||
## Usage:
|
||||
|
||||
### to get some help;
|
||||
|
|
Loading…
Reference in a new issue