Skip to content

updater/fixes: Run network migration on reboot

Michal Hrusecky requested to merge hotfix/network-migration-reboot into master

Running network migration after updating to Turris OS 6 might break the network as there might be still old daemons managing the network running that are unable to work with new configuration. Safer option might be to do it after reboot, when we are sure, that new configuration is valid.

Merge request reports