--- elwix/config/rc.subr 2017/10/31 15:08:53 1.10.2.9 +++ elwix/config/rc.subr 2018/07/06 08:30:29 1.10.2.10 @@ -4,7 +4,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: rc.subr,v 1.10.2.9 2017/10/31 15:08:53 misho Exp $ +# $Id: rc.subr,v 1.10.2.10 2018/07/06 08:30:29 misho Exp $ # ### Dont edit this file !!! @@ -163,7 +163,7 @@ MakeFS_etc() # ln -sf /elwix/pkg/etc/mk.conf $1/etc/mk.conf; - echo ${TARGET_ARCH} >$1/etc/platform; + echo "${TARGET_ARCH} $3" >$1/etc/platform; Create_etc_motd $1/etc/motd $3;