]> git.ozlabs.org Git - petitboot/blobdiff - discover/network.c
pb-config: Move config storage modules to "platform" modules in discover code
[petitboot] / discover / network.c
index 8cc01833d5875990358ea0bc897eea0bf5ab6fe0..9da0f7a72526837011c67191152e4653c048e12c 100644 (file)
 #include <types/types.h>
 #include <talloc/talloc.h>
 #include <waiter/waiter.h>
-#include <pb-config/pb-config.h>
 #include <process/process.h>
 #include <system/system.h>
 
 #include "file.h"
 #include "network.h"
 #include "sysinfo.h"
+#include "platform.h"
 #include "device-handler.h"
 
 #define HWADDR_SIZE    6
@@ -220,6 +220,8 @@ static void configure_interface_dhcp(struct interface *interface)
                "-R",
                "-n",
                "-O", "pxeconffile",
+               "-O", "pxepathprefix",
+               "-x", "0x5d:000a",
                "-p", pidfile,
                "-i", interface->name,
                NULL,