summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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