diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-07-24 11:04:34 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-24 11:04:34 -0400 |
commit | 82397d79f1c0618f25eab6e28e65b1e59a98603a (patch) | |
tree | 282753410e972115da387fdef471f6563b5b3379 /doc | |
parent | eae3b6ad499b88b725a52cf07245e4721af380cf (diff) | |
parent | 0891f6611d1c264220a6f71306802db1e70651fc (diff) | |
download | vyos-cloud-init-82397d79f1c0618f25eab6e28e65b1e59a98603a.tar.gz vyos-cloud-init-82397d79f1c0618f25eab6e28e65b1e59a98603a.zip |
merge from trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-datasources.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-datasources.txt b/doc/examples/cloud-config-datasources.txt index fbabcad9..a19353fc 100644 --- a/doc/examples/cloud-config-datasources.txt +++ b/doc/examples/cloud-config-datasources.txt @@ -45,4 +45,10 @@ datasource: Azure: agent_command: [service, walinuxagent, start] - + + SmartOS: + # 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 |