summaryrefslogtreecommitdiff
path: root/pxeboot.write.help
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-27 17:29:00 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-27 17:29:00 +0000
commitee7fcd2983476765ce39bcba4b053db990e723b3 (patch)
treea07dd9b3e1116eb066fb1a297436a906c48dcb87 /pxeboot.write.help
parent38cf9f0c79096574b3c8b7c31c8dd5397e714634 (diff)
parent709c416d5891adac91c3d41af6812409abc9b2b1 (diff)
downloaddefinitions-ee7fcd2983476765ce39bcba4b053db990e723b3.tar.gz
Merge branch 'baserock/tiagogomes/moonshot-deployment'
Reviewed by: * Richard Maw <richard.maw@codethink.co.uk> * Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'pxeboot.write.help')
-rw-r--r--pxeboot.write.help31
1 files changed, 31 insertions, 0 deletions
diff --git a/pxeboot.write.help b/pxeboot.write.help
index 58a86957..3aefe75e 100644
--- a/pxeboot.write.help
+++ b/pxeboot.write.help
@@ -121,3 +121,34 @@ help: >
If it is possible for the target to notify you that it has finished
installing, you can put a command in here to wait for the event.
+
+
+ # Misc
+
+
+ ## KERNEL_ARGS
+
+
+ Additional kernel command line options. Note that the following
+ options
+
+ root=/dev/nfs ip=dhcp nfsroot=$NFSROOT`
+
+ are implicitly added by the extension.
+
+
+ ## DTB_PATH
+
+
+ Location in the deployed root filesystem of the Flattened Device
+ Tree blob (FDT) to use.
+
+
+ ## PXE_INSTALLER
+
+
+ If set to `no`, `False` or any other YAML value for false, the
+ remotely installed rootfs, kernel, bootloader config file and
+ device tree blob if specified, will not be removed after the
+ deployment finishes. This variable is only meanful on the
+ `existing-server` mode.