#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.
_______________________________________________
Live-demo mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/live-demo
http://wiki.osgeo.org/wiki/Live_GIS_Disc

Reply via email to