Poked #AlpineLinux a bit more yesterday. One #ipv6 nit I'm trying to chase down: The installer environment does not appear to have any means of acquiring DNS information via RDNSS. busybox has a dhcpv6 client, but I'm not running DHCPv6 on most of my main networks.

Does busybox have this functionality and I'm not yet aware of it, or is this something that needs to be added? Or is there some other way to go about this?

I was able to manually configure DNS for the install then apk add rdnssd in the installed environment, but this is sub-optimal.