File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.s / 000.boot.run
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:54 2014 UTC (9 years, 11 months ago) by misho
Branches: MAIN
CVS tags: elwix2_6, elwix2_3, HEAD, ELWIX2_5, ELWIX2_2p0
elwix 2.2

    1: #!/bin/sh
    2: #
    3: # This is default action for *Boot Stage Loader*
    4: #
    5: # $Id: 000.boot.run,v 1.2 2014/09/15 19:06:54 misho Exp $
    6: 
    7: echo ">>> BASE BOOT STAGE <<<"
    8: 
    9: for i in /etc/rc.t/*; do
   10: 	[ -d $i ] && continue
   11: 	[ "000.boot.run" = $(basename $i) ] && continue
   12: 	rm -f $i
   13: done

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>