Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 03:38:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 202098] [EFI] boot/loader.efi: handle parameters and override BOOTP root-path
Message-ID:  <bug-202098-8-h9c7KTd9Ld@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202098-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202098-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202098

Ian Lepore <ian@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-bugs@FreeBSD.org    |ian@FreeBSD.org
             Status|New                         |In Progress
              Flags|                            |mfc-stable9?, mfc-stable10+
                 CC|                            |ian@FreeBSD.org
           Severity|Affects Only Me             |Affects Some People

--- Comment #2 from Ian Lepore <ian@FreeBSD.org> ---
Finally got around to doing something with this, sorry for the long delay.

I took the attached patch and reworked it so that any value delivered from the
server that gets automatically set into the dhcp.* env vars can now be
overridden with values the platform-specific part of loader(8) has preloaded
into the environment.  The rootpath and hostname global vars used by other
networking code in libstand will be overridden in addition to the automatic
dhcp.* vars.

I also took the patch from the mailing list thread that sets env vars from the
efi loader command line and prepared it for commit.

The patches have been turned into a pair of phabricator reviews:

https://reviews.freebsd.org/D4559
https://reviews.freebsd.org/D4561

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202098-8-h9c7KTd9Ld>