Add a new "netproto" which can be set to NET_TFTP or NET_NFS
if one set the root-path to ip:path then the efi loader and the pxeboot
loader will consider it booting over nfs (meaning no breakage on the current
default behaviour.
to enable tftpfs the 150 dhcp option "tftp server address" should be passed
the loader will then accept 2 syntaxes for "root-path":
"/path": the ip address passed via the 150 option as the ip of the tftp server
"IP:/path": the ip address passed in the rootpath overwrites the one passed via
the 150 option