~mvo/ubuntu-jeos/clone-system-to-vm

« back to all changes in this revision

Viewing changes to clone-helper.sh

  • Committer: Michael Vogt
  • Date: 2008-05-09 19:13:00 UTC
  • Revision ID: michael.vogt@ubuntu.com-20080509191300-cbo2uxjwc98n9wqv
copy /usr/local too

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# now copy /var
39
39
cp -avr /var root/
40
40
 
 
41
# /usr/local may be important too
 
42
cp -avr /usr/local root/
 
43
 
41
44
# FIXME: offer option to copy homedirs?