summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-12 11:30:13 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-15 09:16:13 +0000
commit859568b79d22299c082a4108dd057b9145a13eda (patch)
treef37fa26335332041cef4955837e3187381e0dc14
parent37ca9dae1b891d73f891448d32fbbd8d7120850c (diff)
downloaddefinitions-859568b79d22299c082a4108dd057b9145a13eda.tar.gz
Document BOOTLOADER_INSTALL and BOOTLOADER_CONFIG_FORMAT write extension parameters
-rw-r--r--kvm.write.help16
-rw-r--r--rawdisk.write.help16
-rw-r--r--virtualbox-ssh.write.help16
3 files changed, 48 insertions, 0 deletions
diff --git a/kvm.write.help b/kvm.write.help
index 6df6c53c..8ddcb89c 100644
--- a/kvm.write.help
+++ b/kvm.write.help
@@ -47,5 +47,21 @@ help: |
DTB in the built system image . The deployment will fail if `path` does
not exist.
+ * BOOTLOADER_INSTALL=value: the bootloader to be installed
+ **(MANDATORY)** for non-x86 systems
+
+ allowed values =
+ - 'extlinux' (default) - the extlinux bootloader will
+ be installed
+ - 'none' - no bootloader will be installed by `morph deploy`. A
+ bootloader must be installed manually. This value must be used when
+ deploying non-x86 systems such as ARM.
+
+ * BOOTLOADER_CONFIG_FORMAT=value: the bootloader format to be used.
+ If not specified for x86-32 and x86-64 systems, 'extlinux' will be used
+
+ allowed values =
+ - 'extlinux'
+
(See `morph help deploy` for details of how to pass parameters to write
extensions)
diff --git a/rawdisk.write.help b/rawdisk.write.help
index fe47c890..d6c78573 100644
--- a/rawdisk.write.help
+++ b/rawdisk.write.help
@@ -39,5 +39,21 @@ help: |
DTB in the built system image . The deployment will fail if `path` does
not exist.
+ * BOOTLOADER_INSTALL=value: the bootloader to be installed
+ **(MANDATORY)** for non-x86 systems
+
+ allowed values =
+ - 'extlinux' (default) - the extlinux bootloader will
+ be installed
+ - 'none' - no bootloader will be installed by `morph deploy`. A
+ bootloader must be installed manually. This value must be used when
+ deploying non-x86 systems such as ARM.
+
+ * BOOTLOADER_CONFIG_FORMAT=value: the bootloader format to be used.
+ If not specified for x86-32 and x86-64 systems, 'extlinux' will be used
+
+ allowed values =
+ - 'extlinux'
+
(See `morph help deploy` for details of how to pass parameters to write
extensions)
diff --git a/virtualbox-ssh.write.help b/virtualbox-ssh.write.help
index 7131f8b8..4dddd987 100644
--- a/virtualbox-ssh.write.help
+++ b/virtualbox-ssh.write.help
@@ -46,6 +46,22 @@ help: |
DTB in the built system image . The deployment will fail if `path` does
not exist.
+ * BOOTLOADER_INSTALL=value: the bootloader to be installed
+ **(MANDATORY)** for non-x86 systems
+
+ allowed values =
+ - 'extlinux' (default) - the extlinux bootloader will
+ be installed
+ - 'none' - no bootloader will be installed by `morph deploy`. A
+ bootloader must be installed manually. This value must be used when
+ deploying non-x86 systems such as ARM.
+
+ * BOOTLOADER_CONFIG_FORMAT=value: the bootloader format to be used.
+ If not specified for x86-32 and x86-64 systems, 'extlinux' will be used
+
+ allowed values =
+ - 'extlinux'
+
* AUTOSTART=<VALUE> - boolean. If it is set, the VM will be started when
it has been deployed.