]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292584:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 19 Jan 2016 21:39:21 +0000 (21:39 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 19 Jan 2016 21:39:21 +0000 (21:39 +0000)
commitbdad62c2682a18be571ac0156c67d41e5eb7aa04
treea72a2dc9cb1079b084d66bbd207e93dfb250c55b
parent8b7ff56ec585d15003ecbd67536a8c87be047b31
MFC r292584:

  Set env vars from values on the efi loader command line.

  Examine each cmdline arg and if it contains an '=' convert it to ascii and
  pass it to putenv(). This allows var=value settings to come in on the
  command line.

  This will allow overriding dhcp server-provided data in loader(8), as
  discussed in PR 202098

PR:           202098
Relnotes: Yes (this goes together with r294343)

git-svn-id: svn://svn.freebsd.org/base/stable/10@294345 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/efi/loader/main.c