diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-09-13 11:48:08 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-09-13 11:48:08 -0400 |
commit | 5c520f4e15cb20b694332aa03080f34666873885 (patch) | |
tree | 4fe52abfa5db658c7bdc0f1c6b140e8231da5fce /doc/examples | |
parent | cee5b2376e96a9a282f23b85f5f9984d02564dc1 (diff) | |
download | vyos-cloud-init-5c520f4e15cb20b694332aa03080f34666873885.tar.gz vyos-cloud-init-5c520f4e15cb20b694332aa03080f34666873885.zip |
[doc] add 'preseed' string to cloud-config for debconf-set-selections
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 981fadae..571f477b 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -246,7 +246,7 @@ cloud_config_modules: # This can be a single string ('smoser') or a list ([smoser, kirkland]) ssh_import_id: [smoser] -# Provide debconf answers +# Provide debconf answers / debian preseed values # # See debconf-set-selections man page. # |