OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.07k stars 206 forks source link

Recover static IPv4 configuration from network-manager (Armbian install) #47

Closed g-provost closed 3 years ago

g-provost commented 3 years ago

When Armbian users set fixed IP (e.g via armbian-config) and then perform an installation of OMV they will loose their network configuration because OMV use networkd instead of network-manager. This impact user experience because they won't know why they loose access to their box.

This modification will check if a fixed IP is set for an interface and will add it to OMV conf automatically.