--- elwix/build_base.sh 2018/07/03 22:03:59 1.4.2.14 +++ elwix/build_base.sh 2020/06/11 00:56:31 1.4.2.15 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_base.sh,v 1.4.2.14 2018/07/03 22:03:59 misho Exp $ +# $Id: build_base.sh,v 1.4.2.15 2020/06/11 00:56:31 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -49,6 +49,7 @@ build_basefs() install -d boot/defaults; install -d boot/firmware; install -d boot/kernel; + install -d boot/lua; install -d boot/modules; install -d boot/zfs; install -d dev;