summaryrefslogtreecommitdiff
path: root/doc/ovf/environment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ovf/environment.xml')
-rw-r--r--doc/ovf/environment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ovf/environment.xml b/doc/ovf/environment.xml
index 3991f71a..98262754 100644
--- a/doc/ovf/environment.xml
+++ b/doc/ovf/environment.xml
@@ -34,7 +34,7 @@
<!-- hostname: the hostname to set -->
<Property oe:key="hostname" oe:value="ubuntuhost"/>
<!--
- The value for user-data can be either base64 encoded or url encoded.
+ The value for user-data is to be base64 encoded.
it will be decoded, and then processed normally as user-data.
The following represents '#!/bin/sh\necho "hi world"'