Netinstall enable IPv6 and setup firewall rules+DHCPv6-PD

Is it possible to turn on IPv6 using netinstall? For some reason it’s disabled in the routeros-mipsbe package. If I try to add the ipv6 package directly it says “Missing: system”.

If I put “/system package enable ipv6” in my netinstall script then it’s enabled.. after the next two reboots. So I guess I could then add a provisioning script that waited until it was enabled then provisioned it, then deleted itself. But that seems like the wrong way to go about it.

bump

I figured out how to do this. In netinstall you remove routeros-mipsbe. Then you install all the packages that are normally in the default build, like “system”, “routing”, etc.

At that point you can also install ipv6 and it will be enabled on first boot.