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
commitc39f26ac3af32a4b45ea9e48e0c6542346ef1fb5 (patch)
tree353a9986a3e36ba28a3794461ae67e90737fdf8d
parentb03e6f1c4342d48c3fb9e530a49807e08a0162e7 (diff)
downloaddefinitions-c39f26ac3af32a4b45ea9e48e0c6542346ef1fb5.tar.gz
Document BOOTLOADER_INSTALL and BOOTLOADER_CONFIG_FORMAT write extension parameters
-rw-r--r--writeexts.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/writeexts.py b/writeexts.py
index 91936f64..068f0741 100644
--- a/writeexts.py
+++ b/writeexts.py
@@ -545,9 +545,8 @@ class WriteExtension(cliapp.Application):
'''Does the user want to generate a bootloader config?
The user may set $BOOTLOADER_CONFIG_FORMAT to the desired
- format (u-boot or extlinux). If not set, extlinux is the
- default but will be generated on x86-32 and x86-64, but not
- otherwise.
+ format. 'extlinux' is the only allowed value, and is the default
+ value for x86-32 and x86-64.
'''