← Back to context

Comment by capableweb

3 years ago

Why have startup scripts when you can run your very own images? `Installimage` (https://docs.hetzner.com/robot/dedicated-server/operating-sy...) allows you to install and run your own custom images, so run any bootstrapping once, create image from the results and then install that on the machines.

If you really really need startup scripts, it'll be trivial to add it to your own image. Packer (and similar tooling) makes it trivial to create your own images as well.

It's just a minor gripe, but... a simple bash script (like Linode's start scripts) is a lot easier than what Hetzner offers-- a custom ISO? Nah. I'll just scp my script when the server is ready and run it myself.

Hetzner Cloud also has an extensive ISO library, and if there is something that is missing from that library that you would like to have -- including a specific custom image -- customers can write a support ticket on Cloud Console and our team can upload it for you. --Katie

  • I'd love for the available images to be regularly/automatically updated - e.g. Alma/Rocky Linux is available at v8.5, and v9 came out 5-6 months ago.