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

version 1.9.2.5, 2017/06/18 16:20:17 version 1.9.2.8, 2020/08/31 15:46:03
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;
   
           # special patch to ensuring properly working of passwd!!!
           ln -s /sbin/pwd_mkdb sbin;
           # special patch to ensuring properly working of atrun!!!
           ln -s /usr/pkg/sbin/mini_sendmail sbin/sendmail;
   
         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.8


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