X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fnetwork.c;h=6a1575f132ee306a1ba67db728226aa75bbd971c;hp=0490be9074486355ce436c173aeabb181affac64;hb=263968fb67cdaa58e1ff8d9a35a72921ffbac7ef;hpb=9239fd1ec121fc6c6eda49ef5c2dab081a026785 diff --git a/discover/network.c b/discover/network.c index 0490be9..6a1575f 100644 --- a/discover/network.c +++ b/discover/network.c @@ -219,6 +219,7 @@ static void configure_interface_dhcp(struct interface *interface) pb_system_apps.udhcpc, "-R", "-n", + "-O", "pxeconffile", "-p", pidfile, "-i", interface->name, NULL,