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
This commit is contained in:
Scott Moser 2011-02-18 22:47:08 -05:00
parent e854befffd
commit 50f55fae8b

View File

@ -39,7 +39,7 @@
The following represents '#!/bin/sh\necho "hi world"' The following represents '#!/bin/sh\necho "hi world"'
--> -->
<Property oe:key="user-data" oe:value="IyEvYmluL3NoDQplY2hvICJoaSB3b3JsZCI="/> <Property oe:key="user-data" oe:value="IyEvYmluL3NoCmVjaG8gImhpIHdvcmxkIgo="/>
<Property oe:key="password" oe:value="passw0rd"/> <Property oe:key="password" oe:value="passw0rd"/>
</PropertySection> </PropertySection>