<div>/var/cache/abrt is another directory that can quickly fill the operating system overlay file.  In testing I&#39;ve noticed 10s to 100s of megabytes in coredumps in subdirectories of /var/cache/abrt/.</div><div><br></div>

<div>The abrt application doesn&#39;t present itself in Sugar, so a use model allowing for a non persistent cache seems reasonable.</div><div><br></div><div>Lines 263 to 268 of <a href="http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/master/fedora-live-mini.ks">http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/master/fedora-live-mini.ks</a></div>

# make it so that we don&#39;t do writing to the overlay for things which<br># are just tmpdirs/caches<br>mount -t tmpfs -o mode=0755 varcacheyum /var/cache/yum<br>mount -t tmpfs tmp /tmp<br>mount -t tmpfs vartmp /var/tmp<br>

[ -x /sbin/restorecon ] &amp;&amp; /sbin/restorecon /var/cache/yum /tmp /var/tmp &gt;/dev/null 2&gt;&amp;1<div><br></div><div>adding</div><div>mount -t tmpfs -o mode=0755 varcacheabrt /var/cache/abrt</div><div><br></div>
<div>
would serve to preserve overlay life.<br><br><br></div>