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
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-04-28 12:56:24 +0000
commitbca42f14a057e36c5e23eed903697f4f3cd186c4 (patch)
tree6bd35897373fd5e4820c5e71e28f9fad381cb369 /pxeboot.write.help
parent4b1e96facb0a91ae5a1375f08226b15f87b8f5bc (diff)
downloaddefinitions-baserock/pedroalvarez/pxeboot-fixes.tar.gz
pxeboot: add support for PXEBOOT_TARGET_INTERFACEbaserock/pedroalvarez/pxeboot-fixes
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.