Diff for /elwix/build_romfs.sh between versions 1.6.2.6 and 1.6.2.7

version 1.6.2.6, 2013/07/29 15:06:59 version 1.6.2.7, 2013/07/31 13:17:53
Line 76  build_romfs() Line 76  build_romfs()
         install -d mnt;          install -d mnt;
         install -d -m 0555 proc;          install -d -m 0555 proc;
         install -d sbin;          install -d sbin;
        ln -fs /var/tmp tmp;        install -d tmp;
         install -d usr;          install -d usr;
         install -d usr/bin;          install -d usr/bin;
         install -d usr/lib;          install -d usr/lib;
Line 205  build_romfs Line 205  build_romfs
   
 install_romfs  install_romfs
   
install_romfs2#install_romfs2
build_image2#build_image2
   
 echo "+++ Complete build ELWIX RomFS"  echo "+++ Complete build ELWIX RomFS"

Removed from v.1.6.2.6  
changed lines
  Added in v.1.6.2.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>