--- elwix/build_base.sh 2018/07/03 22:03:59 1.4.2.14 +++ elwix/build_base.sh 2021/03/11 13:59:50 1.5 @@ -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.5 2021/03/11 13:59:50 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; @@ -94,6 +95,7 @@ build_basefs() ln -fs /elwix/local usr/local; ln -fs /elwix/pkg usr/pkg; install -d usr/sbin; + ln -fs /usr/pkg/sbin/mini_sendmail usr/sbin/sendmail install -d usr/share; install -d usr/share/misc; install -d usr/share/skel;