Skip to content

initscript: do not use DHCP if `ip=` is found in the kernel cmdline

Martin Roukala requested to merge linux_config_ip into master

By skipping the mandatory DHCP call at boot when we find the ip= argument in the kernel command line, we enable users to set a static IP at boot, use early DHCP, or disable network support altogether.

Fixes: #21 (closed)

Edited by Martin Roukala

Merge request reports