diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-24 10:26:01 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-24 10:26:01 -0400 |
commit | c1f3fa86b45ba8b7ca6e0f6971de171ac5fccf15 (patch) | |
tree | 2ba2b2136c07b9fefeb73468815cbf84786cc9cd /doc | |
parent | 0be043f1e677f533f64d0191f02b5fe956844157 (diff) | |
download | vyos-cloud-init-c1f3fa86b45ba8b7ca6e0f6971de171ac5fccf15.tar.gz vyos-cloud-init-c1f3fa86b45ba8b7ca6e0f6971de171ac5fccf15.zip |
shorten comments in example cloud-config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index 9f0ac386..a19353fc 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -47,14 +47,8 @@ datasource: agent_command: [service, walinuxagent, start] SmartOS: - Smart OS provisions via a serial console actings a server. By default, - the second serial console is the device. SmartOS also uses a serial - timeout of 60 seconds, although that should never be hit. - + # Smart OS datasource works over a serial console interacting with + # a server on the other end. By default, the second serial console is the + # device. SmartOS also uses a serial timeout of 60 seconds. serial device: /dev/ttyS1 serial timeout: 60 - - To change the defaults, you can define it via a cloud-config by creating - a .cfg file in /etc/cloud/cloud.cfg.d with the following: - serial_device: /dev/ttyS1 - serial_timeout: 30 |