initscript: do not use DHCP if `ip=` is found in the kernel cmdline
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