--- elwix/config/rc.subr 2018/07/06 08:30:29 1.10.2.10 +++ elwix/config/rc.subr 2020/06/11 00:51:37 1.10.2.11 @@ -4,7 +4,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: rc.subr,v 1.10.2.10 2018/07/06 08:30:29 misho Exp $ +# $Id: rc.subr,v 1.10.2.11 2020/06/11 00:51:37 misho Exp $ # ### Dont edit this file !!! @@ -197,6 +197,8 @@ MakeFS_boot() install -m 444 ${CFGDIR}/boot/logo-elwix.4th $1/boot; install -m 444 ${CFGDIR}/boot/brand-elwix.4th $1/boot; install -m 444 ${CFGDIR}/boot/menu.4th $1/boot; + install -m 444 ${CFGDIR}/boot/logo-elwix.lua $1/boot/lua; + install -m 444 ${CFGDIR}/boot/brand-elwix.lua $1/boot/lua; ;; *) ;;