]> git.ozlabs.org Git - petitboot/blobdiff - discover/network.c
discover/network: Send DHCP client architecture type
[petitboot] / discover / network.c
index 2857076902cd4b23554b4bb405f74a923a2e0190..cf340dad86b6540c712c9110c30b2b38babe8650 100644 (file)
@@ -221,6 +221,7 @@ static void configure_interface_dhcp(struct interface *interface)
                "-n",
                "-O", "pxeconffile",
                "-O", "pxepathprefix",
+               "-x", "0x5d:000a",
                "-p", pidfile,
                "-i", interface->name,
                NULL,