]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add 'netserver' command to EFI loader.
authorMichal Meloun <mmel@FreeBSD.org>
Wed, 14 Oct 2020 13:13:14 +0000 (13:13 +0000)
committerMichal Meloun <mmel@FreeBSD.org>
Wed, 14 Oct 2020 13:13:14 +0000 (13:13 +0000)
commit5b5438c6f3e82f56564e17f3b2497798a2d4099e
tree337c203848dc1b869fa3414592b40d6e31e82ed3
parenta525283161f88f2044200af7f8aac12c2c6819df
Add 'netserver' command to EFI loader.

In some environments is difficult to access bootp/dhcp
configuration as "standard user". Add a command that allows to set
or display the URI of the network server used as "net:" device.
Currently only tftp and nfs protocols are supported.

Typical usage pattern is:
netserver tftp://192.168.168.1/path_to_obj_dir/arm.armv7/sys/GENERIC/
boot net:kernel

Reviewed by: imp, kevans
MFC after: 4 weeks
Differential Revision: https://reviews.freebsd.org/D26736
stand/efi/loader/main.c