It appears nfs_mountroot() will use the env var "boot.netif.mtu" if it

exists, so mention that along with all the other boot.netif vars.
This commit is contained in:
Ian Lepore 2016-03-20 21:48:26 +00:00
parent 2ad0231309
commit b50d46df09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297086

View File

@ -154,6 +154,7 @@ nfs_parse_options(const char *envopts, struct nfs_args *nd)
* boot.netif.netmask netmask on boot interface
* boot.netif.gateway default gateway (optional)
* boot.netif.hwaddr hardware address of boot interface
* boot.netif.mtu interface mtu from bootp/dhcp (optional)
* boot.nfsroot.server IP address of root filesystem server
* boot.nfsroot.path path of the root filesystem on server
* boot.nfsroot.nfshandle NFS handle for root filesystem on server