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

version 1.9.2.5, 2017/06/18 16:20:17 version 1.9.2.6, 2017/06/18 21:01:32
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;
Line 61  build_romfs() Line 60  build_romfs()
         install -d share/zoneinfo;          install -d share/zoneinfo;
   
         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.5  
changed lines
  Added in v.1.9.2.6


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