suse-edge / edge-image-builder

Tool for creating and configuring a set of images to automate the deployment of Edge environments
Apache License 2.0
55 stars 28 forks source link

Support creation of /etc/hosts file entries #580

Open dgiebert opened 1 month ago

dgiebert commented 1 month ago

There is no way to specify entries into the /etc/hosts file

And we are currently using the workaround to create a custom script that does

echo "x.x.x.x some.host.com" >> /etc/hosts

It would be great if the tool could support this via the YAML e.g. like Kubernetes does it.