]> git.ozlabs.org Git - petitboot/commit
discover: Use pxeconffile for udhcpc option name
authorJeremy Kerr <jk@ozlabs.org>
Tue, 19 Nov 2013 04:25:43 +0000 (15:25 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 22 Nov 2013 02:45:54 +0000 (10:45 +0800)
commit08e967ee301b502b2114e3855210a0b2600d095c
tree2ce173386c3612e3e9ac61d585556f2b4bb6c250
parentfc95dc4ecc55c3dd4e429c6b5530ae2672d7ca1f
discover: Use pxeconffile for udhcpc option name

The patch that went upstream for udhcpc's option 209 handling uses the
option name 'pxeconffile' rather than 'conffile', and it was added as a
non-default option:

  http://git.busybox.net/busybox/commit/?id=d3092c99ae90f

This change uses the new name, and explicilty requests this option.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/network.c
discover/user-event.c
test/parser/test-pxe-empty.c
test/parser/test-pxe-initrd-in-append.c
test/parser/test-pxe-non-url-conf.c
test/parser/test-pxe-single.c
utils/pb-udhcpc