diff options
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 | 
