Skip to content

x86image.yaml: Allow easy custom naming of image

Tom Coldrick requested to merge coldtom/x86-image-name into master

Currently the x86Image plugin will always give the output the name "sda.img", which is difficult to change due to it being used in several parts of the configuration. This MR sets the name in a variable appropriately called name, which a user can change for easy modification of the output name.

Merge request reports