]> git.ozlabs.org Git - petitboot/commit
discover/pxe-parser: Fine grained proxy control
authorCyril Bur <cyrilbur@gmail.com>
Thu, 16 Nov 2017 03:49:14 +0000 (14:49 +1100)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 21 Nov 2017 03:23:05 +0000 (14:23 +1100)
commit3a76e4214d5ca666e1d2d6c74e84309064c8a3ab
treeb3a22aa445ffd7eb1dcf2963a96d29abfd3b6e8d
parent117a75f95ec31c2f9ea5e560c0355a2125b09b71
discover/pxe-parser: Fine grained proxy control

Petitboot provides a method for a user to manually specify a
configuration file that should be retrieved. Petitboot also has a
global proxy configuration.

This patch aims to marry the two so that a custom configuration file
can specify that a specific proxy should be used to access one (or all)
of the options within it.

This makes custom configuration files more powerful as they can point
to files behind proxies without the user needing to also specify the
global proxy for that specific custom configuration file to work.

This adds parsing for a `proxy` option which will apply to all boot
items found after.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
discover/boot.c
discover/device-handler.h
discover/pxe-parser.c