summaryrefslogtreecommitdiff
path: root/morphlib/writeexts.py
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
commite93d7ed826431729ad458df643470b46c0a6865f (patch)
tree48e8eb1acdbe3d4e4b8b5a9f6cb44a253d0701f1 /morphlib/writeexts.py
parent902019f72905db694feb97cdb4f027d1576d3933 (diff)
downloadmorph-e93d7ed826431729ad458df643470b46c0a6865f.tar.gz
Document BOOTLOADER_INSTALL and BOOTLOADER_CONFIG_FORMAT write extension parameters
Diffstat (limited to 'morphlib/writeexts.py')
-rw-r--r--morphlib/writeexts.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/morphlib/writeexts.py b/morphlib/writeexts.py
index 91936f64..068f0741 100644
--- a/morphlib/writeexts.py
+++ b/morphlib/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.
'''