summaryrefslogtreecommitdiff
path: root/pxeboot.write.help
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-25 16:11:51 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-27 17:28:39 +0000
commit226129ec54cdcbee879076c535c3834b98a07a9a (patch)
treee45b1540df7e2c16944dd2840dbeb1def0066945 /pxeboot.write.help
parent588917e4c52dff7d8650ca6480ed5bbf3916389b (diff)
downloaddefinitions-226129ec54cdcbee879076c535c3834b98a07a9a.tar.gz
pxeboot: add support for a PXE_INSTALLER option
If PXE_INSTALLER is set to `no` or `False`, the remotely installed rootfs, Kernel, bootloader config file and device tree blob if specified, will not be removed after the deployment finishes.
Diffstat (limited to 'pxeboot.write.help')
-rw-r--r--pxeboot.write.help10
1 files changed, 10 insertions, 0 deletions
diff --git a/pxeboot.write.help b/pxeboot.write.help
index 0e5242ca..3aefe75e 100644
--- a/pxeboot.write.help
+++ b/pxeboot.write.help
@@ -142,3 +142,13 @@ help: >
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.