summaryrefslogtreecommitdiff
path: root/morphlib/writeexts.py
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-12 11:36:04 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2014-12-15 09:16:16 +0000
commit5bdb4820b0eddf1d7f3a4a25a74819844e06e7a1 (patch)
tree491a3bdee2e61b30f4b7b007be729b91949b04f9 /morphlib/writeexts.py
parenta23bcc6321ad8e31e277de9753fbaa98ee6d741d (diff)
downloadmorph-5bdb4820b0eddf1d7f3a4a25a74819844e06e7a1.tar.gz
Document KERNEL_ARGS write extension parameter
Diffstat (limited to 'morphlib/writeexts.py')
-rw-r--r--morphlib/writeexts.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/morphlib/writeexts.py b/morphlib/writeexts.py
index fd2f5529..6ab2dd55 100644
--- a/morphlib/writeexts.py
+++ b/morphlib/writeexts.py
@@ -474,6 +474,12 @@ class WriteExtension(cliapp.Application):
self.status(msg='Creating extlinux.conf')
config = os.path.join(real_root, 'extlinux.conf')
+
+ ''' Please also update the documentation in the following files
+ if you change these default kernel args:
+ - kvm.write.help
+ - rawdisk.write.help
+ - virtualbox-ssh.write.help '''
kernel_args = (
'rw ' # ro ought to work, but we don't test that regularly
'init=/sbin/init ' # default, but it doesn't hurt to be explicit