If booting with the root filesystem on NFS, the switchports and network
interfaces must not be reset (reads: must NEVER be reset; not before,
during or after failsafe message; not on boot time; not with ifup -a
or ifdown -a; not even on shutdown time). One may add IP addresses
and remove these one added, but not more.
Running a DHCP client on a DIFFERENT interface may cause havoc if
there was a default route, nameserver, etc. configured on the original
(nfs) interface too.
Task: implement some bulletproofing so that nfsroot configurations
can be cleanly booted and shut down, without having to do additional
configurations. Use the .config stuff like FWRT_TARGET_ROOTFS_NFS.