Configuration for templates
Status: Alpha
Brought to you by:
after42
Since the dir_templates directory has the template images it would be nice to be able to also host there default per template qemudorc files. According to the documentation "dot" files are ignored. Maybe use something like this:
dir_templates has the image being test.img
add a file called .test.img.qemudorc with the default qemu configuratioin. If a new VM is being creates qemudo would check if a .<image-name>.qemudorc file exists and copy it to the destination instead of creating a new (default) one. If the file does not exist, the current behavior would be expected.