]> git.ozlabs.org Git - petitboot/commitdiff
discover: Support DHCP "pathprefix" configuration option
authorJeremy Kerr <jk@ozlabs.org>
Fri, 17 Jan 2014 07:51:54 +0000 (15:51 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 17 Jan 2014 09:01:47 +0000 (17:01 +0800)
This change implements support for the DHCP "pathprefix" option. We use
the following logic:

 - If pathprefix is present and a full URL, we base the config file
   location on pathprefix + conffile

 - If pathprefix is present but not a full URL, we use it as the path
   component of the URL, and pick up the host from other parameters in
   the DHCP response

 - If no pathprefix is present, we determine the configuration prefix
   from the DHCP bootfile parameter.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found