Diff for /elwix/build_base.sh between versions 1.4.2.14 and 1.4.2.15

version 1.4.2.14, 2018/07/03 22:03:59 version 1.4.2.15, 2020/06/11 00:56:31
Line 49  build_basefs() Line 49  build_basefs()
         install -d boot/defaults;          install -d boot/defaults;
         install -d boot/firmware;          install -d boot/firmware;
         install -d boot/kernel;          install -d boot/kernel;
           install -d boot/lua;
         install -d boot/modules;          install -d boot/modules;
         install -d boot/zfs;          install -d boot/zfs;
         install -d dev;          install -d dev;

Removed from v.1.4.2.14  
changed lines
  Added in v.1.4.2.15


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