<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,10 @@
 require 'fileutils'
 
-@dirs = [&quot;/mnt/var/log&quot;, 
-  &quot;/mnt/var/log/mysql&quot;,
-  &quot;/mnt/var/log/news&quot;,
-  &quot;/mnt/var/log/nginx&quot;,
-  &quot;/mnt/var/log/sandbox&quot;,
-  &quot;/mnt/gentoo/distfiles&quot;,
+@dirs = [&quot;/mnt/gentoo/distfiles&quot;,
   &quot;/mnt/gentoo/log&quot;,
   &quot;/mnt/gentoo/portage&quot;,
   &quot;/mnt/gentoo/tmp&quot;,
-  &quot;/mnt/var/tmp&quot;,
-  &quot;/mnt/tmp&quot;
+  &quot;/mnt/app&quot;
 ]
 
 
@@ -24,10 +18,5 @@ require 'fileutils'
   end
 end
 
-FileUtils.rm(&quot;/var/log&quot;, :force =&gt; true)
-FileUtils.rm(&quot;/var/tmp&quot;, :force =&gt; true)
 
-FileUtils.ln_s(&quot;/mnt/var/log&quot;, &quot;/var/log&quot;, :force =&gt; true)
-FileUtils.ln_s(&quot;/mnt/var/tmp&quot;, &quot;/var/tmp&quot;, :force =&gt; true)
-
-FileUtils.chown 'mysql', 'mysql', '/mnt/var/log/mysql'
\ No newline at end of file
+FileUtils.ln_s(&quot;/mnt/apps&quot;, &quot;/var/www/apps&quot;, :force =&gt; true)
\ No newline at end of file</diff>
      <filename>instance_after_boot.rb</filename>
    </modified>
    <modified>
      <diff>@@ -34,13 +34,15 @@ end
 def untar_portage
   FileUtils.rm(&quot;/mnt/gentoo/portage&quot;, :force =&gt; true)
   puts &quot;Starting to untar file to local portage. Wait 2 minutes&quot;
-  puts &quot;cd /mnt/gentoo/ &amp;&amp; tar -xzpf #{@local_portage}&quot;
+  puts &quot;Decompressing Portage file #{@local_portage}&quot;
   IO.popen(&quot;cd /mnt/gentoo/ &amp;&amp; rm -rf portage &amp;&amp; tar -xzpf #{@local_portage}&quot;)
+  sleep 120
 end
 
 def update_portage
   puts &quot;Updating portage via EIX&quot;
   IO.popen(&quot;eix-sync&quot;)
+  sleep 120
 end
 
 download_portage</diff>
      <filename>s3_get_portage.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9e7a3eec70b99a1a484f19a2fc237bf337d21e3f</id>
    </parent>
  </parents>
  <author>
    <name>fred</name>
    <email>fred@freds-macbook.(none)</email>
  </author>
  <url>http://github.com/fred/amazon_ruby_tools/commit/1a658ede99d0746cafd4c43eacf43102d15d9ea1</url>
  <id>1a658ede99d0746cafd4c43eacf43102d15d9ea1</id>
  <committed-date>2008-05-02T13:27:59-07:00</committed-date>
  <authored-date>2008-05-02T13:27:59-07:00</authored-date>
  <message>update folder to link after Linux boot</message>
  <tree>589da92dd29c6d700fc5769b9b1083a7026fda7e</tree>
  <committer>
    <name>fred</name>
    <email>fred@freds-macbook.(none)</email>
  </committer>
</commit>
