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

version 1.9.2.6, 2017/06/18 21:01:32 version 1.9.2.7, 2017/06/19 21:24:49
Line 62  build_romfs() Line 62  build_romfs()
         ln -s /elwix/local local;          ln -s /elwix/local local;
         ln -s /elwix/pkg pkg;          ln -s /elwix/pkg pkg;
   
           # special patch to ensuring properly working of passwd!!!
           ln -s /sbin/pwd_mkdb sbin;
   
         chown -hR root:wheel .          chown -hR root:wheel .
         cd -          cd -
 }  }

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


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