<div>/var/cache/abrt is another directory that can quickly fill the operating system overlay file. In testing I've noticed 10s to 100s of megabytes in coredumps in subdirectories of /var/cache/abrt/.</div><div><br></div>
<div>The abrt application doesn'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'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 ] && /sbin/restorecon /var/cache/yum /tmp /var/tmp >/dev/null 2>&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>