From: Jeremy Kerr Date: Tue, 19 Nov 2013 04:25:43 +0000 (+1100) Subject: discover: Use pxeconffile for udhcpc option name X-Git-Tag: v1.0.0~326 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=08e967ee301b502b2114e3855210a0b2600d095c;hp=08e967ee301b502b2114e3855210a0b2600d095c;ds=sidebyside 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 ---