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

version 1.9.2.4, 2017/06/15 22:34:29 version 1.9.2.5, 2017/06/18 16:20:17
Line 53  build_romfs() Line 53  build_romfs()
         install -d lib/geom;          install -d lib/geom;
         install -d libdata;          install -d libdata;
         install -d libexec;          install -d libexec;
           install -d pkg;
         install -d share;          install -d share;
         install -d share/keys;          install -d share/keys;
         install -d share/misc;          install -d share/misc;
         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;
   
         chown -hR root:wheel .          chown -hR root:wheel .

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


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