commit | bc6fc28b8604eddb527217b450d86d368cc25d13 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu May 12 15:51:45 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:39:49 2016 -0400 |
tree | 79d6662a6cb353b7add5d6827e8487c1f17d8a9c | |
parent | 6a6187efd238373a351369d23966e7e1759b5ad9 [diff] |
net: Optionally use pxe client arch from variable The client architecture that we pass to a dhcp server depends on the target payload that we want to execute. An EFI binary has a different client arch than a legacy binary or a u-boot binary. So let's parameterize the pxe client arch field to allow an override via the distro script, so that our efi boot path can tell the dhcp server that it's actually an efi firmware. Signed-off-by: Alexander Graf <agraf@suse.de>