--- elwix/config/etc/default/rc.s/000.boot.run 2012/10/12 08:22:45 1.2 +++ elwix/config/etc/default/rc.s/000.boot.run 2013/08/05 13:10:17 1.3 @@ -2,12 +2,12 @@ # # This is default action for *Boot Stage Loader* # -# $Id: 000.boot.run,v 1.2 2012/10/12 08:22:45 misho Exp $ +# $Id: 000.boot.run,v 1.3 2013/08/05 13:10:17 misho Exp $ echo ">>> BASE BOOT STAGE <<<" for i in /etc/rc.t/*; do [ -d $i ] && continue - [ "000.boot.run" = $(/bin/basename $i) ] && continue + [ "000.boot.run" = $(basename $i) ] && continue rm -f $i done