[Live-demo] Re: [OSGeo] #543: Reduce the footprint of the image
OSGeo
trac_osgeo at osgeo.org
Tue Aug 23 03:30:49 PDT 2011
#543: Reduce the footprint of the image
---------------------------+------------------------------------------------
Reporter: wildintellect | Owner: live-demo@…
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: LiveDVD | Keywords: 5.0
---------------------------+------------------------------------------------
Changes (by hamish):
* keywords: 4.0 => 5.0
Comment:
I've just added this to build_iso.sh:
{{{
# save space on ISO by removing the .svn/ dirs
for DIR in `find /usr/local/share/gisvm | grep '\.svn$'` ; do
rm -rf "$DIR"
done
}}}
in the VM it saves 86mb (mostly dupes of incompressible screenshots), but
on the ISO it may actually not save anything at all due to the fslint
hardlinking of duplicate files.
So I don't know if it will work, but as we are desperate for space it is
worth a shot...
Hamish
--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/543#comment:5>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Osgeolive
mailing list