Diff for /elwix/build_romfs.sh between versions 1.9.2.4 and 1.9.2.6

version 1.9.2.4, 2017/06/15 22:34:29 version 1.9.2.6, 2017/06/18 21:01:32
Line 59  build_romfs() Line 59  build_romfs()
         install -d share/skel;          install -d share/skel;
         install -d share/zoneinfo;          install -d share/zoneinfo;
   
         ln -s /elwix/pkg pkg;  
         ln -s /elwix/local local;          ln -s /elwix/local local;
           ln -s /elwix/pkg pkg;
   
         chown -hR root:wheel .          chown -hR root:wheel .
         cd -          cd -

Removed from v.1.9.2.4  
changed lines
  Added in v.1.9.2.6


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