NetInstall Linux

Hi Is they reason why net install linux version end after do install it would be great for mass install if did not end it self after install?
or they better tool for Linux install Flashfig is windows maybe am missing something?

I would think wrapping a script around it should solve that.

It stops because you may be assigning a different static IP to each subsequent box, and so you need to pass a different -a parameter each time. (The -i alternative is a recent addition.)

If each box gets the exact same config instead, such as because each one gets the variable parts via DHCP, it’s trivial to make it loop:


$ while true ; do ./netinstall-cli … ; done

Looked at flashfig as an option?
Mikrotik has a video on it:
https://www.youtube.com/watch?v=xasM81Qc11g

hello
how can I pass a different -a parameter each time? I got it.