summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-01-17 16:12:42 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-01-17 18:56:25 +0800
commit23f75c74abde1b336e470d3febe68a45bfa68c5b (patch)
tree6a99bf680601e720092e98c902fee21f20667157
parentf2acf9d2573ebbfb7478e97c4066c128ddaa5a18 (diff)
downloadtalos-petitboot-23f75c74abde1b336e470d3febe68a45bfa68c5b.tar.gz
talos-petitboot-23f75c74abde1b336e470d3febe68a45bfa68c5b.zip
discover/network: Send DHCP client architecture type
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--discover/network.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/discover/network.c b/discover/network.c
index 2857076..cf340da 100644
--- a/discover/network.c
+++ b/discover/network.c
@@ -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,
OpenPOWER on IntegriCloud