--- elwix/build_fs.sh 2011/07/25 00:19:39 1.1.2.4 +++ elwix/build_fs.sh 2011/07/25 13:03:51 1.1.2.5 @@ -5,7 +5,7 @@ # (C) AITNET ltd - Sofia/Bulgaria # by Michael Pounov # -# $Id: build_fs.sh,v 1.1.2.4 2011/07/25 00:19:39 misho Exp $ +# $Id: build_fs.sh,v 1.1.2.5 2011/07/25 13:03:51 misho Exp $ # [ -r ./config/rc.elwix ] && . ./config/rc.elwix @@ -100,6 +100,7 @@ mkboot() install -m 644 ${CFGDIR}/boot/boot.config $1; install -m 644 ${CFGDIR}/boot/beastie.4th $1/boot; + install -m 644 ${CFGDIR}/boot/brand.4th $1/boot; if [ -r ${CFGDIR}/boot/loader_${TARGET_ARCH}.conf ]; then install -m 644 ${CFGDIR}/boot/loader_${TARGET_ARCH}.conf $1/boot/loader.conf;