From cf616d3258129472ac473bcb3b3efe012ae4e99c Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 18 Feb 2011 22:47:08 -0500 Subject: fix the base64 encoded value for user-data. The previous value had dos style newlines. The current string was obtained with: printf '#!/bin/sh\necho "hi world"\n' | base64 --- doc/ovf/environment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ovf/environment.xml b/doc/ovf/environment.xml index 16ef935e..13e8f104 100644 --- a/doc/ovf/environment.xml +++ b/doc/ovf/environment.xml @@ -39,7 +39,7 @@ The following represents '#!/bin/sh\necho "hi world"' --> - + -- cgit v1.2.3