diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-02-18 23:39:19 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-02-18 23:39:19 -0500 |
commit | 01b30d22aef1445d4ba7edce6e499a226795727c (patch) | |
tree | 0e60ae37d50f68ff757c87e4d1eb04cad4269739 /doc | |
parent | 8ff88d588b621fac74ffb7a798cfd54cf74729ed (diff) | |
download | vyos-cloud-init-01b30d22aef1445d4ba7edce6e499a226795727c.tar.gz vyos-cloud-init-01b30d22aef1445d4ba7edce6e499a226795727c.zip |
minor updates to ovf documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ovf/README | 5 | ||||
-rw-r--r-- | doc/ovf/ubuntu-server.ovf | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ovf/README b/doc/ovf/README index 1fd399fc..f674ea7c 100644 --- a/doc/ovf/README +++ b/doc/ovf/README @@ -1,5 +1,10 @@ - environment.xml This is an example ovf environment file + to make an iso that qualifies for the ISO transport, do: + mkdir my-iso + cp environment.xml my-iso/ovf-env.xml + genisoimage -o transport.iso -r my-iso + Then, boot with that ISO attached as a CDrom - ProductSection.xml TODO: document what the ProductSection can look like - maverick-server.ovf diff --git a/doc/ovf/ubuntu-server.ovf b/doc/ovf/ubuntu-server.ovf index e8e3b72a..846483a1 100644 --- a/doc/ovf/ubuntu-server.ovf +++ b/doc/ovf/ubuntu-server.ovf @@ -31,7 +31,7 @@ </Property> <Property ovf:key="seedfrom" ovf:type="string" ovf:userConfigurable="true"> <Label>Url to seed instance data from</Label> - <Description>This field is optional, but indicates that the instance should 'seed' user-data and meta-data from the given url. If set to 'http://tinyurl.com/sm-' is given, meta-data will be pulled from http://tinyurl.com/sm-meta-data and user-data from http://tinyurl.com/sm-user-data</Description> + <Description>This field is optional, but indicates that the instance should 'seed' user-data and meta-data from the given url. If set to 'http://tinyurl.com/sm-' is given, meta-data will be pulled from http://tinyurl.com/sm-meta-data and user-data from http://tinyurl.com/sm-user-data. Leave this empty if you do not want to seed from a url.</Description> </Property> <Property ovf:key="public-keys" ovf:type="string" ovf:userConfigurable="true" ovf:value=""> <Label>ssh public keys</Label> @@ -41,7 +41,7 @@ <Label>Encoded user-data</Label> <Description>In order to fit into a xml attribute, this value is base64 encoded . It will be decoded, and then processed normally as user-data.</Description> <!-- The following represents '#!/bin/sh\necho "hi world"' - ovf:value="IyEvYmluL3NoDQplY2hvICJoaSB3b3JsZCI=" + ovf:value="IyEvYmluL3NoCmVjaG8gImhpIHdvcmxkIgo=" --> </Property> <Property ovf:key="password" ovf:type="string" ovf:userConfigurable="true" ovf:value=""> |