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/ovf/README | |
parent | 8ff88d588b621fac74ffb7a798cfd54cf74729ed (diff) | |
download | vyos-cloud-init-01b30d22aef1445d4ba7edce6e499a226795727c.tar.gz vyos-cloud-init-01b30d22aef1445d4ba7edce6e499a226795727c.zip |
minor updates to ovf documentation
Diffstat (limited to 'doc/ovf/README')
-rw-r--r-- | doc/ovf/README | 5 |
1 files changed, 5 insertions, 0 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 |