Show
Ignore:
Timestamp:
10/04/07 08:30:37 (5 years ago)
Author:
andi
Message:

/var directory will be JFFS2 (instead of /conf)
fix cleanup-root.sh for correct handling (initial /var)
update buildroot Makefile (do not symlink /var)
update owi Makefile (correct cleanup code)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/openmct/scripts/cleanup-root.sh

    r446 r472  
    1313        mkdir $1/usr/var 
    1414        mkdir $1/usr/vservers 
     15        mkdir $1/var 
    1516        ln -s usr/home $1/home 
    16         ln -s usr/var $1/var 
    1717        ln -s usr/vservers $1/vservers 
    1818fi