Conversation
There was a problem hiding this comment.
It looks good to me, although I think that the logic to handle the proxy configuration should be in the Network service (instead of the Manager). However, let's consider the current implementation good enough.
Please add the entry to the changes file.
I agree, lets do it separately by now and then integrate it in the network service implementing it completely in Rust. |
|
BTW, the integration tests are failing, but it is a known (and already) fixed issue. It would be fine after you merge. |
fee7ad4 to
393e021
Compare
|
Rebased with master and added changelog |
Problem
In #696 we added support for configuring the proxy when booting the installation system but the configuration is lost after the installation.
Solution
The proxy configuration will be copied to the target system when a proxy is used as well as the microos-tools package will be installed.
Testing