--- elwix/build_base.sh 2017/06/19 21:12:57 1.4.2.8 +++ 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.8 2017/06/19 21:12:57 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; @@ -56,14 +57,6 @@ build_basefs() install -d elwix/altroot; install -d elwix/altroot/var; install -d elwix/cf; - case ${TARGET} in - i386) - ln -fs /dev/ada0g elwix/cf/map.cfg - ;; - mips) - ln -fs /dev/map/cfg elwix/cf/map.cfg - ;; - esac install -d elwix/etc; install -d -o 883 -g 883 elwix/etc/mqtt; install -d elwix/exports; @@ -73,6 +66,7 @@ build_basefs() install -d elwix/tftpboot; install -d elwix/pkg; install -d elwix/local; + install -d elwix/local/lib; install -d etc; ln -fs /elwix/exports exports; ln -fs /elwix/home home;