summaryrefslogtreecommitdiff
path: root/pxeboot.write.help
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-24 17:09:32 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-04-28 18:14:59 +0000
commite441ea4d3956840b5181c104c785a4d44f4a3c2f (patch)
tree56d089296a46842d6b60d1b460357c065013a577 /pxeboot.write.help
parent8ace3d897295e26d83c680db983093bd43a11b96 (diff)
downloaddefinitions-e441ea4d3956840b5181c104c785a4d44f4a3c2f.tar.gz
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
Diffstat (limited to 'pxeboot.write.help')
-rw-r--r--pxeboot.write.help12
1 files changed, 12 insertions, 0 deletions
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.