[Live-demo] Re: [OSGeo] #475: Test Install of ISO
OSGeo
trac_osgeo at osgeo.org
Sat Mar 12 22:34:22 EST 2011
#475: Test Install of ISO
---------------------------+------------------------------------------------
Reporter: wildintellect | Owner: kalxas
Type: defect | Status: assigned
Priority: major | Milestone:
Component: LiveDVD | Keywords: ISO install live 4.0, 4.5
---------------------------+------------------------------------------------
Comment(by hamish):
Replying to [comment:10 wildintellect]:
> most of which is stored in /etc/skel/ <- including xfce panel
configurations.
> I'm putting whatever is in /home/user into /etc/skel before burning but
that
> may not include customizations to xfce in /usr...
{{{
cp -RnpP ${USER_HOME}/* /etc/skel/
}}}
pls confirm if the dot files get copied too.
if not, one possible solution:
{{{
cp -RnpP ${USER_HOME}/* /etc/skel/
cp -RnpP ${USER_HOME}/.[a-zA-Z]* /etc/skel/
}}}
Hamish
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/475#comment:11>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list