diff options
author | Joshua Powers <josh.powers@canonical.com> | 2019-12-13 09:14:28 -0800 |
---|---|---|
committer | Daniel Watkins <oddbloke@ubuntu.com> | 2019-12-13 12:14:28 -0500 |
commit | 72bc997bedcd41cd25e64e3e262ed9c7b9635011 (patch) | |
tree | eebc38cd85765c5c5df43114f2ae3573ce012cc5 | |
parent | 7765aac637a757c736674b0eb2e2993c01442dbc (diff) | |
download | vyos-cloud-init-72bc997bedcd41cd25e64e3e262ed9c7b9635011.tar.gz vyos-cloud-init-72bc997bedcd41cd25e64e3e262ed9c7b9635011.zip |
doc: add kernel command line option to user data (#105)
LP: #1846524
-rw-r--r-- | doc/rtd/topics/format.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/rtd/topics/format.rst b/doc/rtd/topics/format.rst index f9f4ba6c..a6e9b44e 100644 --- a/doc/rtd/topics/format.rst +++ b/doc/rtd/topics/format.rst @@ -196,6 +196,13 @@ Example Also this `blog`_ post offers another example for more advanced usage. +Kernel Command Line +=================== + +When using the :ref:`datasource_nocloud` datasource, users can pass user data +via the kernel command line parameters. See the :ref:`datasource_nocloud` +datasource documentation for more details. + Disabling User-Data =================== @@ -206,4 +213,5 @@ cloud-init from processing user-data. .. [#] See your cloud provider for applicable user-data size limitations... .. _blog: http://foss-boss.blogspot.com/2011/01/advanced-cloud-init-custom-handlers.html + .. vi: textwidth=78 |