From e441ea4d3956840b5181c104c785a4d44f4a3c2f Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 24 Apr 2015 17:09:32 +0000 Subject: pxeboot: add support for PXEBOOT_TARGET_INTERFACE This is to set the name of the interface of the target to pxeboot from. Some targets with more than one interface try to get the rootfs from a different interface than the interface from where the pxeboot server is reachable. Using this variable, the kernel arguments will be filled to include the device. Change-Id: I022bf6b17a66d63f7f9b8830e72ca4020158a80a --- pxeboot.write.help | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pxeboot.write.help') diff --git a/pxeboot.write.help b/pxeboot.write.help index 3aefe75e..7cb78bce 100644 --- a/pxeboot.write.help +++ b/pxeboot.write.help @@ -152,3 +152,15 @@ help: > device tree blob if specified, will not be removed after the deployment finishes. This variable is only meanful on the `existing-server` mode. + + + ## PXEBOOT_TARGET_INTERFACE + + Name of the interface of the target to pxeboot from. Some targets + with more than one interface try to get the rootfs from a different + interface than the interface from where the pxeboot server is + reachable. Using this variable, the kernel arguments will be filled + to include the device. + + Note that the name of this interface is the kernel's default name, + usually called ethX, and is non-determinisic. -- cgit v1.2.1