Hello
I tried to create my own image from distrobuilder but it throws this error:
Error: files.*.generator must be one of [dump template hostname hosts remove upstart-tty cloud-init]
I’m on fedora 32. I using LXD 4.6 from snappy ; Go 1.14.9 linux/amd64 ; distrobuilder 1.0 buildt with go. At this time the build attempt is on examples from https://github.com/lxc/lxc-ci/blob/master/images and https://github.com/lxc/distrobuilder/tree/master/doc/examples
The launched command is:
sudo distrobuilder build-lxd ubuntu.yaml -o image.description="funny described" -o image.architecture=x86_64 -o image.release=focal
I suspect the fstab and lxc-agent generators but my investigations are unsuccessful. If someone has an idea.