Hacker News new | ask | show | jobs
by tetha 1526 days ago
Even though this is a bit tricky on the hetzner cloud, because it requires the addition of a static route[1] to access the internet which isn't pushed by the DHCP, and I haven't been able to fully automate that in debians preseed for the life of me.

Yes it's offtopic, but that's one really frustrating thing. Maybe someone here has a solution.

1: https://docs.hetzner.com/cloud/servers/iso-installation-gate...

1 comments

cloud-init?
cloud-init does help us, once we have a working linux, but we can also bake the static route into a base image.

The problem is that preseed is a very minimal linux environment and either relies on DHCP to work, or to use the usual network config DHCP sets (address, netmask, gateway). Arbitrary routes are not a possibility there. And ways to run abitrary commands to just <ip r> something come after the network initialization, which fails in that setup. The same holds for the kernel network bootstrapping parameters, I haven't found a way to add an arbitrary route there yet.

And for some reason, kickstart is able to handle this with it's centos/RHEL base.