summaryrefslogtreecommitdiff
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
commitc5d5f960449b881b323a0353c332ef5d36d4490d (patch)
treec2933ac974dcd9e7d5db857387baeedad1ca9f40
parent85281cd3faa5e563f7e3efe6225ae6d988d23925 (diff)
downloaddefinitions-c5d5f960449b881b323a0353c332ef5d36d4490d.tar.gz
Document KERNEL_ARGS write extension parameter
-rw-r--r--writeexts.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/writeexts.py b/writeexts.py
index fd2f5529..6ab2dd55 100644
--- a/writeexts.py
+++ b/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