Hi,<br>I&#39;ve tried adding content to the soas image other than the maps that come by default.<br>First I tried add it on soas-sugar.ks here:<br><br># pull sample content for the journal<br>curl -O <a href="http://dev.sugarlabs.org/raw-attachment/ticket/840/south_america.pdf" target="_blank">http://dev.sugarlabs.org/raw-attachment/ticket/840/south_america.pdf</a><br>

curl -O <a href="http://dev.sugarlabs.org/raw-attachment/ticket/840/europe.pdf" target="_blank">http://dev.sugarlabs.org/raw-attachment/ticket/840/europe.pdf</a><br>curl -O <a href="http://mywebsite.com/Documents/some.pdf" target="_blank">http://mywebsite.com/Documents/some.pdf</a><br>

<br>But nothing, sdziallas pointed me out to copy-to-datastore.py <br>So first I tried by commenting git from getting the script like so:<br><br># get sample content setup script directly from git<br>#curl -O <a href="http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/8ad00566985860f9891aea714c74e5430e9c395d/copy-to-datastore.py">http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/8ad00566985860f9891aea714c74e5430e9c395d/copy-to-datastore.py</a><br>
<br>Then I tried adding the following on copy-to-datastore.py<br><br>file = &quot;some.pdf&quot;<br>title = &quot;Some pdf (PDF)&quot; <br>mime_type = &quot;application/pdf&quot;<br>description = &quot;Just some pdf.&quot;<br>
tags = &quot;random file PDF&quot;<br><br>create_entry(file, title, mime_type, description, tags)<br clear="all"><br>But nothing, altho I did left 2 of the original maps not even those are showing up.<br>Any one knows how to do it?<br>
<br>Thanks,<br><br>-- <br>- Andrés Arrieta Perréard (XE1YAA)<br><br>