diff --git a/README.md b/README.md index eb28401..de4f1ef 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ script which permit to launch easily some virtual machines via qemu ## Functionnality: -- use of config files [not fully ok] +- use of config files [~ok] - start,create vm reading the config file [ok] - delete all data related to a vm [ok] - create a backup or being able to recall the bacup [ok - have to be improved] @@ -22,18 +22,16 @@ script which permit to launch easily some virtual machines via qemu - list all vm already configured [ok] - print help of version number [ok] - support options to overrides the config file [ok] -- can support launching vm in uefi mode [ok] (doesn't support automatic add of uefi in conf file.) +- can support launching vm in uefi mode [ok] - take option create_disk to know what disk to use when creating a vm. [ok] -- compatible to an extensive network configuration [~ok] (don't work with conf file, and no possibility to bridge over an existing interface.) +- compatible to an extensive network configuration [ok, just need the script to create the network. ethernet_restraint/no_restreint can be used while waiting for this script to appear.] ### Next changes to come - put the path of the creation disk on the config file - add vnc support -- add an option -ng, --nographic with it's parametters assiciated. -- majors changes in setup_bridges.sh, it will be from this point called -- Do again the readme +- read from $XDG_CONFIG_DIR/vm_start/conf, or if it not exist, from ~/.config/vm_start/conf. +- improve the create_disk mecanism, and the init_cdrom in a load command. -```setup_bridges 'bridge_name' add|rm [--ip= | --imaster=] ``` @@ -55,29 +53,3 @@ you can of course add options like --uefi to tun in uefi mode, or --nproc= "conf/$NAME-vm_var.sh" +init_version=${Version} NAME="${NAME}" VMHOSTNAME="\${NAME}-vm" VMDRIVE="\${VMHOSTNAME}.cow" NPROC="${NPROC}" MEMORY="${MEMORY}" -FORWARD="${FORWARD}" LOCATION="\${NAME}-sandbox" +UEFI="no" +FORWARD="${FORWARD}" mac="00:00:00:00:00:00" +net="" +driver="virtio-net" EOF chmod +x "conf/$NAME-vm_var.sh"