Added the ability to configure network interfaces via device-init.yaml. Extended configuration includes setting a static IP address, netmask, gateway dns-nameservers, and wifi config. Refactored the current wifi configuration option to use the same code as the new network configuration. It should be considered to remove the old wifi configuration option as it is also possible to configure wifi via the new network configuration option.
Added tests for the new functionality.
This still needs documentation which I am going to add soon.
This should solve #6 .
CI seems to be failing due to the pry-byebug gem being incompatible with the ruby version in the docker image. If I remove the gem docker build does not fail and the tests pass.
Added the ability to configure network interfaces via device-init.yaml. Extended configuration includes setting a static IP address, netmask, gateway dns-nameservers, and wifi config. Refactored the current wifi configuration option to use the same code as the new network configuration. It should be considered to remove the old wifi configuration option as it is also possible to configure wifi via the new network configuration option. Added tests for the new functionality. This still needs documentation which I am going to add soon. This should solve #6 .