From 7f7372a6230d852cb89e4a5fa66bf0cf7a7adeae Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 24 Feb 2015 14:23:50 +0000 Subject: pxeboot: document KERNEL_ARGS --- pxeboot.write.help | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'pxeboot.write.help') diff --git a/pxeboot.write.help b/pxeboot.write.help index 58a86957..4ffdb501 100644 --- a/pxeboot.write.help +++ b/pxeboot.write.help @@ -121,3 +121,17 @@ 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. -- cgit v1.2.1 From 588917e4c52dff7d8650ca6480ed5bbf3916389b Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 24 Feb 2015 14:04:46 +0000 Subject: pxeboot: add support for specifying a device tree The support is only being added to remote deployments for now. --- pxeboot.write.help | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pxeboot.write.help') diff --git a/pxeboot.write.help b/pxeboot.write.help index 4ffdb501..0e5242ca 100644 --- a/pxeboot.write.help +++ b/pxeboot.write.help @@ -135,3 +135,10 @@ help: > 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. -- cgit v1.2.1 From 226129ec54cdcbee879076c535c3834b98a07a9a Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 25 Feb 2015 16:11:51 +0000 Subject: 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. --- pxeboot.write.help | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pxeboot.write.help') 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. -- cgit v1.2.1