--- elwix/config/etc/uboot/rc.s/000.boot.run 2014/01/23 09:28:13 1.1 +++ elwix/config/etc/uboot/rc.s/000.boot.run 2014/09/15 19:06:54 1.2 @@ -0,0 +1,13 @@ +#!/bin/sh +# +# This is default action for *Boot Stage Loader* +# +# $Id: 000.boot.run,v 1.2 2014/09/15 19:06:54 misho Exp $ + +echo ">>> BASE BOOT STAGE <<<" + +for i in /etc/rc.t/*; do + [ -d $i ] && continue + [ "000.boot.run" = $(basename $i) ] && continue + rm -f $i +done