I'm trying to build automation to be prepared to install 100's of new HAP AX Lite's when they arrive. I've prepared branding with default config, updated password and latest 7.15.2 files.
For this I'd like to use netinstall-cli, as we can have it run on a headless server.
However, netinstall-cli doesn't seem to be able to handle branding .dpk files.
Is there a workaround?
Server setup attempt:
$ sudo ./netinstall-cli -r -i enp0s31f6 routeros-7.15.2-arm.npk container-7.15.2-arm.npk iot-7.15.2-arm.npk wireless-7.15.2-arm.npk branding.npk
Version: 7.15.2(2024-06-26 12:47:18)
Will reset to default config
Using Interface: enp0s31f6
Wait for Link-UP on 'enp0s31f6'. OK
Using Client IP: 10.14.88.68
Using Server IP: 10.14.88.67
Mismatched package architectures
And just the branding:
$ sudo ./netinstall-cli -i enp0s31f6 branding.npk
Version: 7.15.2(2024-06-26 12:47:18)
Using Interface: enp0s31f6
Wait for Link-UP on 'enp0s31f6'. OK
Using Client IP: 10.14.88.68
Using Server IP: 10.14.88.67
Could not determine package architecture
I've downloaded the branding from the Mikrotik website.
Via Windows it does seem to work, but building automation for Windows is horrible
